Farama-Foundation / AutoROM

A tool to automate installing Atari ROMs for the Arcade Learning Environment
MIT License
77 stars 21 forks source link

Problems with torrenting ROMs due to network #39

Closed jjshoots closed 1 year ago

jjshoots commented 1 year ago

Hi everyone, we've recently taken the feedback from everyone and made a new release (0.5.5) for AutoROM. In this release, you're able to bypass the requirement for torrenting if you already have the pre-torrented tar available. This should solve all™ of the issues at hand. To use the new release:

  1. Download the tar.gz file from here.
  2. Ensure that AutoROM is up to the latest version pip3 install autorom>=0.5.5.
  3. Install the roms using the pre-installed tar.gz file AutoROM --accept-license --source-file path/to/Roms.tar.gz.

Disclaimer: The Roms.tar.gz are currently hosted on a personal GDrive account. For legal reasons these cannot be hosted on the main github repo. As such, availability of the Roms via GDrive is not guaranteed.

xbdeng commented 1 year ago

I can not download the tar.gz file, so what should I do?

jjshoots commented 1 year ago

@xbdeng Updating to AutoROM v0.6.0 should fix this issue:

pip3 install autorom>=0.6.0 -U