diff --git a/README.md b/README.md index 4a154e2..3f9aa65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ A python interface for the Arcade Learning Environment This provides a python library to interface with the arcade learning environment that can be found here: -http://www.arcadelearningenvironment.org/ +https://github.com/mgbellemare/Arcade-Learning-Environment + This library hooks into the shared object file for the arcade learning environment and bypasses using the slower FIFO interface. It is designed to be fast. Example code is provided that demonstrates an agent that can be controlled from the keyboard.