mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-02 23:40:09 +00:00
* Update migration guide * Add sanity check * Removed parameter ``channels_last`` from ``is_image_space`` * Pin docutils * Clarify callback `save_freq` definition * Update docs/misc/changelog.rst * Update docs/misc/changelog.rst * Fix typos Co-authored-by: Anssi <kaneran21@hotmail.com>
20 lines
421 B
YAML
20 lines
421 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
|
|
# Tmp fix, docutils==0.17 breaks rtd theme
|
|
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
|
|
- docutils==0.16
|