jbradberry / mcts
Board game AI implementations using Monte Carlo Tree Search
☆183Updated 4 years ago
Alternatives and similar repositories for mcts:
Users that are interested in mcts are comparing it to the libraries listed below
- An implementation of Monte Carlo Tree Search in python☆162Updated 4 years ago
- Implementations of deep RL papers and random experimentation☆177Updated 6 years ago
- An implementation of 9x9 Tic Tac Toe☆77Updated 4 years ago
- RUDDER for ATARI games with delayed rewards in OpenAI Baselines package☆266Updated 5 years ago
- Multiagent Cooperation and Competition with Deep Reinforcement Learning☆124Updated 9 years ago
- NIPS 2017 Value Prediction Network☆165Updated 7 years ago
- Connect4 reinforcement learning by AlphaGo Zero methods.☆114Updated 3 years ago
- Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras☆159Updated 5 years ago
- implement of prioritized experience replay☆160Updated 6 years ago
- ☆117Updated 4 years ago
- This repo replicates the results Horgan et al obtained in "Distributed Prioritized Experience Replay"☆189Updated 6 years ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆133Updated 7 years ago
- Tensorflow implementation of deep Q networks in paper 'Playing Atari with Deep Reinforcement Learning'☆162Updated 7 years ago
- Implementation of TRPO and related algorithms☆626Updated 6 years ago
- Implementation for ICML 16 paper "Deep reinforcement learning with opponent modeling"☆70Updated 8 years ago
- Actor-critic with experience replay☆252Updated 2 years ago
- Easy TensorFlow logging for quick prototypes☆110Updated 3 years ago
- TensorFlow implementation of the DDPG algorithm from the paper Continuous Control with Deep Reinforcement Learning (ICLR 2016)☆212Updated 7 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆181Updated 6 years ago
- A student implementation of Alpha Go Zero☆280Updated 6 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.