aikorea / awesome-rl

Reinforcement learning resources curated
http://aikorea.org/awesome-rl
8.8k stars 1.83k forks source link

Add "Alpha Zero General " #72

Closed vochicong closed 1 year ago

vochicong commented 5 years ago

A simplified, flexible, commented and understandable implementation of self-play based reinforcement learning based like AlphaGo Zero. Designed to be easy to adopt for any two-player turn-based adversarial game and any deep learning framework of your choice. A sample implementation has been provided for the game of Othello in PyTorch, Keras, TensorFlow and Chainer. Have implementations for Connect4, GoBang and TicTacToe.