File size: 211 Bytes
83e0ecd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | name: rlgpu
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.7
- pytorch=1.8.1
- torchvision=0.9.1
- cudatoolkit=11.1
- pyyaml>=5.3.1
- scipy>=1.5.0
- tensorboard>=2.2.1
|