dqn-PongNoFrameskip-v4 / environment.yml
sgoodfriend's picture
DQN playing PongNoFrameskip-v4 from https://github.com/sgoodfriend/rl-algo-impls/tree/1d4094fbcc9082de7f53f4348dd4c7c354152907
ee5d423
raw history blame
No virus
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