Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmer0125 committed Apr 30, 2018
1 parent 9658128 commit c5cb817
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ After `npm start`, you can also use `VS Code` with `Debugger for Chrome` extensi

## Features and done itmes of todo list

1. Ported the AlphaGo Zero algorithms based on [alpha-zero-general](https://github.com/suragnair/alpha-zero-general).
1. Ported the algorithms from [alpha-zero-general](https://github.com/suragnair/alpha-zero-general). Although its name is `alpha-zero-general`, it is based on AlphaGo Zero algorithm.

2. Import pretrained models from [alpha-zero-general](https://github.com/suragnair/alpha-zero-general) and run alphago game algorithms on Browsers.
`alpha-zero-general` is a project to supply general game AI training frameworks. You can extend that project and add yourself game rule codes and train AI model
Expand All @@ -28,3 +28,9 @@ by using Python.
2. ~~Add UI.~~
3. Clean up.
4. Use service worker for cpu heavy loading part.

## AlphaZero

To overcome some API limitation (Tensorflow.js export/save model/weights), so this JavaScript repo borrows one of the features of AlphaZero, **always accept trained model after each iteration without comparing to previous version**


0 comments on commit c5cb817

Please sign in to comment.