Add boilerplate code

adding dora node logic

Add some documentation

refactor
This commit is contained in:
Simon Alibert
2024-05-20 19:16:37 +02:00
committed by Remi Cadene
parent 10c5151fc6
commit 8a10e8442b
8 changed files with 663 additions and 336 deletions

17
gym_dora/pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "gym-dora"
version = "0.1.0"
description = ""
authors = ["Simon Alibert <alibert.sim@gmail.com>"]
readme = "README.md"
packages = [{ include = "gym_dora" }]
[tool.poetry.dependencies]
python = "^3.10"
gymnasium = ">=0.29.1"
dora-rs = ">=0.3.4"
pyarrow = ">=12.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"