SergioIommi / DQN-2048Links
Deep Reinforcement Learning to Play 2048 (with Keras)
☆26Updated 6 years ago
Alternatives and similar repositories for DQN-2048
Users that are interested in DQN-2048 are comparing it to the libraries listed below
Sorting:
- Solving board games like Connect4 using Deep Reinforcement Learning☆33Updated 2 years ago
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆53Updated last year
- Demo of UCT (MCTS) in Python / Numpy☆86Updated 2 years ago
- Code repository for the research project "You Play Ball, I Play Ball: Bayesian Multi-Agent Reinforcement Learning for Slime Volleyball", …☆17Updated 4 years ago
- Tensorflow implementation of the asynchronous advantage actor-critic (a3c) reinforcement learning algorithm for continuous action space☆46Updated 7 years ago
- A checkers reinforcement learning AI, and all the tools needed to train it.☆56Updated 5 years ago
- Open AI gym environment for the game 2048☆73Updated 3 years ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆40Updated 4 years ago
- Monte Carlo Tree Search for tic tac toe☆36Updated 6 years ago
- A Tetris environment to train machine learning agents☆69Updated last year
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆46Updated 4 years ago
- Ape-x DQN implementation on Pikachu Volleyball☆51Updated 6 years ago
- PyTorch implementation of the paper "Deep Reinforcement Learning in Large Discrete Action Spaces" (Gabriel Dulac-Arnold, Richard Evans, H…☆71Updated 5 years ago
- Solving Traveling Salesman Problem with reinforcement learning...☆55Updated 5 years ago
- Simple, readable, yet full-featured implementation of PPO in Pytorch☆49Updated last month
- An OpenAI gym multi-agent environment implementing the Commons Game proposed in "A multi-agent reinforcement learning model of common-poo…☆21Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- Scalable Implementation of Neural Fictitous Self-Play☆80Updated 6 years ago
- A simple implementation of MuZero algorithm for connect4 game☆97Updated 4 years ago
- Solving POMDP using Recurrent networks☆87Updated 4 years ago
- Pytorch implementation of the Deep Deterministic Policy Gradients for Continuous Control☆26Updated 2 years ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆95Updated 4 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆89Updated 2 years ago
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- Simple implementation of regret matching algorithm for RPS nash equilibrium computation via self-play☆25Updated 6 years ago
- Snake-like openAI gym environment, both single and multiagent☆34Updated 4 years ago
- Deep-Q-Network reinforcement learning algorithm applied to a simple 2d-car-racing environment☆51Updated 8 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆54Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆141Updated 6 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago