Skip to content

Arcade Learning Environment 0.6.0

Compare
Choose a tag to compare
@mgbellemare mgbellemare released this 01 Dec 18:04
· 306 commits to master since this release
ed5115b

This is the first release of a brand new version of the ALE, including modes, difficulties, and a dozen new games.

Added

  • Support for modes and difficulties in Atari games (@mcmachado)
  • Frame maxpooling as a post-processing option (@skylian)
  • Added support for: Turmoil, Koolaid, Tron Deadly Discs, Mr. Do, Donkey Kong, Keystone Kapers, Frogger, Sir Lancelot, Laser Gates, Lost Luggage,
  • Added MD5 list of supported ROMs

Changed

  • Disabled color averaging by default
  • Replaced TinyMT with C++11 random

Fixed

  • Fixed old color averaging scheme (PR #181)
  • Fixed minimal action set in Pong
  • Fixed termination issues in Q*Bert