MattChanTK / ai-gymLinks
Repository of deep learning and robotics related practice projects.
☆43Updated 5 years ago
Alternatives and similar repositories for ai-gym
Users that are interested in ai-gym are comparing it to the libraries listed below
Sorting:
- Simple grid-world environment compatible with OpenAI-gym☆50Updated 5 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆152Updated 2 years ago
- Code for the blog post "Learning Montezuma’s Revenge from a Single Demonstration"☆207Updated 7 years ago
- Codes of our team for the OpenAI Retro Contest of reinforcement learning☆99Updated 7 years ago
- implement of prioritized experience replay☆159Updated 7 years ago
- Source code for OpenAI Retro Contest for Sonic the Hedgehog☆31Updated 7 years ago
- This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement le…☆218Updated 6 years ago
- This is the code for the "How to Beat Pong Using Policy Gradients (LIVE)" by Siraj Raval on Youtube☆70Updated 8 years ago
- Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinf…☆178Updated 4 years ago
- reimplementation of the ddpg algorithm using tensorflow☆38Updated 9 years ago
- Reinforcement learning in 3D.☆21Updated 8 years ago
- A PyTorch implementation of Rainbow DQN agent☆170Updated 7 years ago
- A TensorFlow implementation of DeepMind's A Distributional Perspective on Reinforcement Learning.(C51-DQN)☆57Updated 8 years ago
- PPO implementation for OpenAI gym environment based on Unity ML Agents☆150Updated 7 years ago
- Reinforcement learning models in ViZDoom environment☆130Updated 3 years ago
- C51-DDQN in Keras☆127Updated 8 years ago
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286☆184Updated 7 years ago
- ☆119Updated 5 years ago
- random search, hill climbing, policy gradient☆145Updated 7 years ago
- Hindsight Experience Replay - Bit flipping experiment in Tensorflow☆58Updated 7 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆182Updated 6 years ago
- AI learning to walk in gym's BipedalWalker environment.☆67Updated 8 years ago
- ICML 2018 Self-Imitation Learning