stable-baselines3/docs/conda_env.yml

20 lines
354 B
YAML
Raw Normal View History

name: root
channels:
- pytorch
- conda-forge
dependencies:
- cpuonly=1.0=0
- pip=24.2
- python=3.11
- pytorch=2.5.0=py3.11_cpu_0
- pip:
- gymnasium>=0.29.1,<1.1.0
- cloudpickle
- opencv-python-headless
- pandas
- numpy>=1.20,<3.0
- matplotlib
- sphinx>=5,<9
2023-10-23 18:26:33 +00:00
- sphinx_rtd_theme>=1.3.0
- sphinx_copybutton