mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-17 22:30:59 +00:00
17 lines
252 B
YAML
17 lines
252 B
YAML
|
|
name: root
|
||
|
|
channels:
|
||
|
|
- pytorch
|
||
|
|
- defaults
|
||
|
|
dependencies:
|
||
|
|
- cpuonly=1.0=0
|
||
|
|
- pip=20.0
|
||
|
|
- python=3.6
|
||
|
|
- pytorch=1.5.0=py3.6_cpu_0
|
||
|
|
- pip:
|
||
|
|
- gym==0.17.2
|
||
|
|
- cloudpickle
|
||
|
|
- opencv-python-headless
|
||
|
|
- pandas
|
||
|
|
- numpy
|
||
|
|
- matplotlib
|