Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 696 Bytes

Setup

  1. conda create --name lm python=3.10
  2. Install Pytorch with conda via official instructions, e.g.
    conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
    
  3. conda install scipy
  4. pip install -r requirements.txt
  5. Install Atari-Py roms or maybe use just pip install -U gym[atari]
  6. pip install -U gym[atari] if you didn't on the previous step. Also perhaps ale-import-roms --import-from-pkg atari_py.atari_roms or just ale-import-roms

Checkpoints