stable-baselines3-contrib-sacd/docs/conda_env.yml

22 lines
381 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
- stable-baselines3>=1.6.0
- sphinx>=4.2
- sphinx_rtd_theme>=1.0
- sphinx_copybutton