cpnota/autonomous-learning-library

AutoROM changes

benblack769 opened this issue · 1 comments

AutoROM is changing to support Jesse's gym support in ale-py: Farama-Foundation/Arcade-Learning-Environment#382

More links here: #262

These changes will likely break ALL's CI.

In particular, the paths to which AutoROM saves roms is different. However, the latest pettingzoo release will work.

The only thing that will need to change is the way that atari-py uses roms. I think the alternatives are:

  1. To install and pin an earlier version of atari-py which includes the ROMs or
  2. To make a custom script/command to distribute the files from the new autorom to atari-py (note that we are intentionally not providing explicit support for atari-py to aid the deprecation of atari-py in favor of ale-pypi.

Just letting you know what is going on here.

Closed by #268