Skip to content

Installing ALE

gtoubassi edited this page May 8, 2016 · 1 revision

Install necessary dependencies:

sudo apt-get install libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl1.2-dev cmake

Clone and build ALE

git clone https://github.com/mgbellemare/Arcade-Learning-Environment.git
cd Arcade-Learning-Environment
cmake -DUSE_SDL=ON -DUSE_RLGLUE=OFF -DBUILD_EXAMPLES=ON .
make -j 4
sudo make install
sudo pip install .
Clone this wiki locally