tychovdo / PacmanDQN
Deep Reinforcement Learning in Pac-man
☆280Updated 11 months ago
Alternatives and similar repositories for PacmanDQN:
Users that are interested in PacmanDQN are comparing it to the libraries listed below
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆363Updated last year
- Reinforcement Learning using Policy Gradient to solve OpenAI Gym games☆113Updated 7 years ago
- Lua/Torch implementation of DQN (Nature, 2015)☆595Updated 7 years ago
- Mean Field Multi-Agent Reinforcement Learning☆389Updated 5 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆675Updated 4 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆308Updated 4 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆104Updated 5 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆677Updated 10 months ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆129Updated 2 years ago
- Proximal Policy Optimization implementation with TensorFlow☆106Updated 6 years ago
- ☆303Updated 2 years ago
- A3C LSTM Atari with Pytorch plus A3G design☆564Updated last year
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆180Updated 6 years ago
- Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advanta…