You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
594 B
TOML

[project]
name = "learn-rl"
version = "0.1.0"
description = "Project for Learning Reinforcement Learning"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gymnasium[atari]==0.29.1",
"gymnasium[classic-control]==0.29.1",
"gymnasium[accept-rom-license]==0.29.1",
"moviepy==1.0.3",
"numpy<2",
"opencv-python==4.10.0.84",
"torch==2.5.0",
"torchvision==0.20.0",
"pytorch-ignite==0.5.1",
"tensorboard==2.18.0",
"mypy==1.8.0",
"ptan==0.8.1",
"stable-baselines3==2.3.2",
"torchrl==0.6.0",
"ray[tune]==2.37.0",
"pytest"
]