Functional API and proof-of-concept jax classic-control envs (#25) (#145)

This commit is contained in:
Ariel Kwiatkowski
2022-11-18 22:25:33 +01:00
committed by GitHub
parent a93da8f271
commit 34dfc9a728
15 changed files with 860 additions and 175 deletions

View File

@@ -40,6 +40,7 @@ extras = {
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
"mujoco": ["mujoco==2.2", "imageio>=2.14.1"],
"toy_text": ["pygame==2.1.0"],
"jax": ["jax==0.3.20", "jaxlib==0.3.20"],
"other": ["lz4>=3.1.0", "opencv-python>=3.0", "matplotlib>=3.0", "moviepy>=1.0.0"],
}