stable-baselines3/docs/conda_env.yml
Antonin RAFFIN c1f1c3d3d7
Release v1.6.0 (#958)
* Release v1.6.0 + update doc + add copy button

* Update read the doc conda env

* Update year

* Fix bug in kl divergence check

* Rephrase requirement for envpool and isaac gym
2022-07-12 22:50:23 +02:00

20 lines
350 B
YAML

name: root
channels:
- pytorch
- defaults
dependencies:
- cpuonly=1.0=0
- pip=21.1
- python=3.7
- pytorch=1.11=py3.7_cpu_0
- pip:
- gym==0.21
- cloudpickle
- opencv-python-headless
- pandas
- numpy
- matplotlib
- sphinx_autodoc_typehints
- sphinx>=4.2
- sphinx_rtd_theme>=1.0
- sphinx_copybutton