mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
* Updated ONNX documentation First draft on the documentation explaining how to export SB3 models in the ONNX format * Updated changelog with ONNX documentation fix * Address comments * Update changelog.rst * Update rtd env * Fixes + add test example Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> Co-authored-by: Anssi Kanervisto <anssk@Anssis-MacBook-Air.local> Co-authored-by: Anssi Kanervisto <kaneran21@hotmail.com>
20 lines
399 B
YAML
20 lines
399 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=20.2
|
|
- python=3.6
|
|
- pytorch=1.8.1=py3.6_cpu_0
|
|
- pip:
|
|
- gym>=0.17.2
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy
|
|
- matplotlib
|
|
- sphinx_autodoc_typehints
|
|
- sphinx>=4.2
|
|
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
|
|
- sphinx_rtd_theme>=1.0
|