mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
* Change import * Update custom policy doc * Re-enable sphinx_autodoc_typehints * Update docker image * Attempt to fix read the doc build error * Add sphinx_autodoc_typehints to read the doc env * Fix pip version * Add full custom policy example * Fix
17 lines
283 B
YAML
17 lines
283 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=20.2
|
|
- python=3.6
|
|
- pytorch=1.5.0=py3.6_cpu_0
|
|
- pip:
|
|
- gym>=0.17.2
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy
|
|
- matplotlib
|
|
- sphinx_autodoc_typehints
|