2020-05-11 15:39:41 +00:00
|
|
|
name: root
|
|
|
|
|
channels:
|
|
|
|
|
- pytorch
|
|
|
|
|
- defaults
|
|
|
|
|
dependencies:
|
|
|
|
|
- cpuonly=1.0=0
|
2021-12-06 11:54:43 +00:00
|
|
|
- pip=21.1
|
|
|
|
|
- python=3.7
|
|
|
|
|
- pytorch=1.8.1=py3.7_cpu_0
|
2020-05-11 15:39:41 +00:00
|
|
|
- pip:
|
2020-09-29 17:41:14 +00:00
|
|
|
- gym>=0.17.2
|
2020-05-11 15:39:41 +00:00
|
|
|
- cloudpickle
|
|
|
|
|
- opencv-python-headless
|
|
|
|
|
- pandas
|
|
|
|
|
- numpy
|
|
|
|
|
- matplotlib
|
2020-09-29 17:41:14 +00:00
|
|
|
- sphinx_autodoc_typehints
|
2021-09-26 15:40:35 +00:00
|
|
|
- sphinx>=4.2
|
2021-05-23 11:13:11 +00:00
|
|
|
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
|
2021-09-26 15:40:35 +00:00
|
|
|
- sphinx_rtd_theme>=1.0
|