From 02e7b55315ea24c94fa5213b3741cc8e9a75a8a0 Mon Sep 17 00:00:00 2001 From: Surag Nair Date: Fri, 29 Dec 2017 23:41:37 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 78a9adc5c..136653b2f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ We trained a PyTorch model for 6x6 Othello (~80 iterations, 100 episodes per ite A concise description of our algorithm can be found [here](https://github.com/suragnair/alpha-zero-general/raw/master/pretrained_models/writeup.pdf). +### Contributing +While the current code is fairly functional, we could benefit from the following contributions: +* Game logic files for more games that follow the specifications in ```Game.py```, along with their neural networks +* Neural networks in other frameworks +* Pre-trained models for different game configurations +* An asynchronous version of the code- parallel processes for self-play, neural net training and model comparison. +* Asynchronous MCTS as described in the paper + ### Contributors and Credits * [Shantanu Thakoor](https://github.com/ShantanuThakoor) * [Megha Jhunjhunwala](https://github.com/jjw-megha)