bbitmaster / ale_python_interfaceLinks
A Python Interface for the Arcade Learning Environment (Shared Object)
☆129Updated 4 years ago
Alternatives and similar repositories for ale_python_interface
Users that are interested in ale_python_interface are comparing it to the libraries listed below
Sorting:
- This is the 0.4 release of the Arcade Learning Environment (ALE), a platform designed for AI research. ALE is based on Stella, an Atari 2…☆160Updated 7 years ago
- ViZDoom Python wrapper☆74Updated 2 years ago
- RLPy Reinforcement Learning Framework☆254Updated 5 years ago
- Persistent advantage learning dueling double DQN for the Arcade Learning Environment☆263Updated 7 years ago
- Tensorflow implementation of "The Predictron: End-To-End Learning and Planning"☆290Updated 8 years ago
- The Retro Learning Environment (RLE) -- a learning framework for AI☆185Updated 7 years ago
- ☆101Updated 9 years ago
- Code for the paper "Curiosity-driven Exploration in Deep Reinforcement Learning via Bayesian Neural Networks"☆346Updated 6 years ago
- Basic DQN implementation☆227Updated 7 years ago
- KEras Reinforcement Learning gYM agents☆290Updated 8 years ago
- Replicating "Asynchronous Methods for Deep Reinforcement Learning" (http://arxiv.org/abs/1602.01783)☆405Updated 8 years ago
- Module to help with running learning agents against PyGame games☆157Updated 4 years ago
- Task and example code for the Malmo Collaborative AI Challenge☆154Updated 2 years ago
- random search, hill climbing, policy gradient☆145Updated 6 years ago
- Unfinished. Deep Q Learning in Tensorflow for ATARI.☆84Updated 9 years ago
- An implementation of Deep Reinforcement Learning / Deep Q-Networks for Atari games in TensorFlow☆74Updated 8 years ago
- ☆117Updated 5 years ago
- Using a paper from Google DeepMind I've developed a new version of the DQN using threads exploration instead of memory replay as explain …