ppo-MountainCar-v0 / pyproject.toml
sgoodfriend's picture
PPO playing MountainCar-v0 from https://github.com/sgoodfriend/rl-algo-impls/tree/5598ebc4b03054f16eebe76792486ba7bcacfc5c
68e589c
raw history blame
No virus
781 Bytes
[tool.poetry]
name = "rl-algo-impls"
version = "0.1.0"
description = "Implementations of reinforcement learning algorithms"
authors = ["Scott Goodfriend <goodfriend.scott@gmail.com>"]
license = "MIT License"
readme = "README.md"
packages = [{include = "rl_algo_impls"}]
[tool.poetry.dependencies]
python = "~3.10"
"AutoROM.accept-rom-license" = "^0.4.2"
stable-baselines3 = {extras = ["extra"], version = "^1.7.0"}
scipy = "^1.10.0"
gym = {extras = ["box2d"], version = "^0.21.0"}
pyglet = "1.5.27"
PyYAML = "^6.0"
tensorboard = "^2.11.0"
pybullet = "^3.2.5"
wandb = "^0.13.9"
conda-lock = "^1.3.0"
torch-tb-profiler = "^0.4.1"
jupyter = "^1.0.0"
tabulate = "^0.9.0"
huggingface-hub = "^0.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"