Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pysc2 | 7,745 | 20 | 6 | a month ago | 8 | September 27, 2019 | 47 | apache-2.0 | Python | |
StarCraft II Learning Environment | ||||||||||
Open_spiel | 3,686 | 1 | 2 days ago | 15 | May 28, 2022 | 37 | apache-2.0 | C++ | ||
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | ||||||||||
Alpha Zero General | 3,248 | 13 days ago | 65 | mit | Jupyter Notebook | |||||
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more | ||||||||||
Football | 2,984 | 2 | 8 months ago | 27 | January 25, 2022 | 26 | apache-2.0 | Python | ||
Check out the new game server: | ||||||||||
Cleanrl | 2,790 | 2 days ago | 61 | other | Python | |||||
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG) | ||||||||||
Rlcard | 2,181 | 1 | 18 days ago | 38 | March 23, 2022 | 53 | mit | Python | ||
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO. | ||||||||||
Muzero General | 2,074 | 2 months ago | 49 | mit | Python | |||||
MuZero | ||||||||||
Snake | 1,489 | 9 days ago | apache-2.0 | Python | ||||||
Artificial intelligence for the Snake game. | ||||||||||
Awesome Deep Rl | 1,225 | 4 months ago | mit | HTML | ||||||
For deep RL and the future of AI. | ||||||||||
Textworld | 1,044 | 1 | 7 days ago | 30 | February 08, 2022 | 14 | other | Jupyter Notebook | ||
TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games. |
Watching my grandma play mahjong online and I was curious how the NPCs made their decisions.
Non-Player Characters (NPCs)
Computational Modelling
Game Aesthetics
Reinforcement Learning
Deep Neural Network
Deep Q-Learning
Q-table matrix that updates Q-table based on the Prediction of Future Mahjong States.
Q-values updated according to the Bellman Equation.