From 10b55123439f12c76a1a9eb3a19b052aa02236ec Mon Sep 17 00:00:00 2001 From: jogama Date: Fri, 30 Oct 2020 14:29:57 -0400 Subject: [PATCH] Update ALE link in README The site http://www.arcadelearningenvironment.org/ is dead at the time of this commit. Update readme with link to git repository, which was last updated six days ago. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.