ppo-procgen-starpilot-hard / environment.yml
sgoodfriend's picture
PPO playing starpilot from https://github.com/sgoodfriend/rl-algo-impls/tree/6394df4b9caa5a7e72f31946dda5a3f36e0f3c09
264b079
raw
history blame contribute delete
221 Bytes
name: rl_algo_impls
channels:
- pytorch
- conda-forge
- nodefaults
dependencies:
- python=3.10.*
- mamba
- pip
- poetry
- pytorch
- torchvision
- torchaudio
- cmake
- swig
- ipywidgets
- black