YuriyGuts / snake-ai-reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
☆169Updated 6 years ago
Alternatives and similar repositories for snake-ai-reinforcement
Users that are interested in snake-ai-reinforcement are comparing it to the libraries listed below
Sorting:
- DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM☆85Updated 4 years ago
- DQN implementation in Keras + TensorFlow + OpenAI Gym☆158Updated 7 years ago
- Reinforcement Learning using Policy Gradient to solve OpenAI Gym games☆113Updated 7 years ago
- Tensorflow implementation of Deepminds dqn with double dueling networks☆216Updated 4 years ago
- An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.☆72Updated 4 years ago
- List of competitions related to Reinforcement Learning☆351Updated last year
- Connect4 reinforcement learning by AlphaGo Zero methods.☆113Updated 4 years ago
- This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch☆444Updated 5 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆546Updated 6 months ago
- Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advanta…☆183Updated 7 months ago
- Accompanying repository for Let's make a DQN / A3C series.☆394Updated 6 years ago
- A high-performance Atari A3C agent in 180 lines of PyTorch☆171Updated 3 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆302Updated last year
- An environment of the board game Go using OpenAI's Gym API☆172Updated 3 years ago
- Reinforcement Learning in Keras on VizDoom☆144Updated 7 years ago
- A student implementation of Alpha Go Zero☆280Updated 6 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆541Updated 4 years ago
- Gym - 32 levels of original Super Mario Bros☆289Updated 6 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym☆40Updated 6 years ago
- 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.☆366Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆679Updated 4 years ago
- Proximal Policy Optimization implementation with TensorFlow☆107Updated 6 years ago
- Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras☆160Updated 5 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆685Updated last year
- Demo of UCT (MCTS) in Python / Numpy☆85Updated 2 years ago
- Solving OpenAI Gym problems.☆187Updated 4 years ago
- Bandits Environments for the OpenAI Gym☆89Updated 5 years ago
- A3C LSTM Atari with Pytorch plus A3G design☆564Updated 2 years ago
- Actor-critic with experience replay☆252Updated 2 years ago