stable-baselines3/docs/conda_env.yml
Antonin RAFFIN e4f4f123e3
Add note about SAC ent coeff optimization (#2037)
* Allow new sphinx version

* Add note about SAC ent coeff and add DQN tutorial link
2024-11-08 11:01:04 +01:00

19 lines
354 B
YAML

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,<2.0
- matplotlib
- sphinx>=5,<9
- sphinx_rtd_theme>=1.3.0
- sphinx_copybutton