What is Arcade-Learning-Environment ?

The Arcade Learning Environment(ALE) is a software framework designed to facilitate the development and testing of general AI agents. ALE was created as both a challenge problem for AI researchers and a method for developing and evaluating innovations and technologies. These diverse game environments are complex enough to be challenging for an AI agent to solve yet simple enough to enable progress.

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>.
    Type terminal and hit  Enter key.
  2. Now, run
    ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
  3. Install Arcade-Learning-Environment using brew
    brew install arcade-learning-environment

Arcade-Learning-Environment is ready to use now!