mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
19 lines
326 B
YAML
19 lines
326 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=22.3.1
|
|
- python=3.8
|
|
- pytorch=1.13.0=py3.8_cpu_0
|
|
- pip:
|
|
- gymnasium
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy
|
|
- matplotlib
|
|
- sphinx>=5,<8
|
|
- sphinx_rtd_theme>=1.3.0
|
|
- sphinx_copybutton
|