|
||
---|---|---|
alphafiveormore | ||
pics | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
AlphaFiveormore
Play "Five or More" game with Artificial intelligence
Features
- Home-made "Five or More" game
- Curiosity-driven Exploration by Self-supervised Prediction [1,2]
How to use
-
Play "Five or more" game by yourself
cd alphafiveormore python alphafiveormore.py --playai
-
Re-train a new AI model
cd alphafiveormore python alphafiveormore.py --retrain --verbose
-
Continue to train the AI model
cd alphafiveormore python alphafiveormore.py --train --verbose
-
View the AI model to play game
cd alphafiveormore python alphafiveormore.py --playai --verbose
Press key Space
to evaluate the step
Status
GameEngine is currently inadequate. Working on it
References
- Pathak, Deepak, et al. "Curiosity-driven exploration by self-supervised prediction." International Conference on Machine Learning (ICML). Vol. 2017. 2017.
- Achiam, Joshua, and Shankar Sastry. "Surprise-based intrinsic motivation for deep reinforcement learning." arXiv preprint arXiv:1703.01732 (2017).
longyang_123@yeah.net
You're most welcome to contact with me to discuss any details about this project