mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
* 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
20 lines
350 B
YAML
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
|