- Basic system --> System
- Literature review --> Planning
- algorithm research
- open-source code review
- Evaluate the performance of
AlphaXiangqi
with other open-source Xiangqi AI - UI of the system --> System
- Home page
$ cd ~ && mkdir AlphaXiangqi
$ cd AlphaXiangqi
$ git clone [email protected]:AlphaXiangqi/General.git
$ git clone [email protected]:AlphaXiangqi/System.git
$ git clone [email protected]:AlphaXiangqi/Planning.git
As of April 16th, 2018
AlphaXiangqi
├── General
│ └── src
│ └── images
├── Planning
└── System
└── GUI
- General: some "general" stuff
- Planning: focus on algorithm development
- System: focus on software development
# Docker installation
$ sudo pacman -S docker
# Run
$ systemctl start docker
# Check if works
$ sudo docker info
- Artificial Intelligence A Modern Approach, Chap. 5 - Adversarial Search
- Min-Max Search
- Principal Variation Search
- Alpha-Beta Pruning
To find interesting papers