Add boilerplate code

This commit is contained in:
Simon Alibert
2024-05-20 19:16:37 +02:00
parent c4da689171
commit 512df4b468
8 changed files with 240 additions and 3 deletions

16
gym_dora/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"