mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
* Update readme and clarify planned features * Fix rtd python version * Fix pip version for rtd * Update rtd ubuntu and mambaforge * Add upper bound for gymnasium * [ci skip] Update readme
19 lines
353 B
YAML
19 lines
353 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=24.2
|
|
- python=3.11
|
|
- pytorch=2.5.0=py3.11_cpu_0
|
|
- pip:
|
|
- gymnasium>=0.28.1,<0.30
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy>=1.20,<2.0
|
|
- matplotlib
|
|
- sphinx>=5,<8
|
|
- sphinx_rtd_theme>=1.3.0
|
|
- sphinx_copybutton
|