requirements_rllib.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. -r requirements_dl.txt
  2. # Environment adapters.
  3. # ---------------------
  4. # Atari
  5. # TODO(sven): Still needed for Atari (need to be wrapped by gymnasium as it does NOT support Atari yet)
  6. gym==0.26.2
  7. gymnasium[atari,mujoco]==0.26.3
  8. # For testing MuJoCo envs with gymnasium.
  9. mujoco-py<2.2,>=2.1
  10. # Kaggle envs.
  11. kaggle_environments==1.7.11
  12. # Unity3D testing
  13. # TODO(sven): Add this back to requirements_rllib.txt once mlagents no longer pins torch<1.9.0 version.
  14. #mlagents==0.28.0
  15. mlagents_envs==0.28.0
  16. # For tests on PettingZoo's multi-agent envs.
  17. pettingzoo==1.22.1; python_version >= '3.7'
  18. pymunk==6.2.1
  19. supersuit==3.7.0; python_version >= '3.7'
  20. # For tests on minigrid.
  21. minigrid==2.1.0
  22. # For tests on RecSim and Kaggle envs.
  23. recsim==0.2.4
  24. tensorflow_estimator==2.9.0
  25. # DeepMind's OpenSpiel
  26. open-spiel==1.2
  27. # Other.
  28. # ------
  29. # For MAML on PyTorch.
  30. higher==0.2.1
  31. # For auto-generating an env-rendering Window.
  32. pyglet==1.5.15
  33. imageio-ffmpeg==0.4.5
  34. # ONNX
  35. onnx==1.12.0
  36. onnxruntime==1.12.0
  37. tf2onnx==1.12.1
  38. typer==0.6.1
  39. rich==12.0.1