a2c-PongNoFrameskip-v4 / environment.yml
sgoodfriend's picture
A2C playing PongNoFrameskip-v4 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
db8a108
raw history blame
No virus
171 Bytes
name: rl_algo_impls
channels:
- pytorch
- conda-forge
- nodefaults
dependencies:
- python>=3.8, <3.11
- mamba
- pip
- pytorch
- torchvision
- torchaudio