Name | Student ID |
---|---|
GAO, Huaxuan | 20328408 |
HUANG, Xuhua | 20329347 |
LIU, Shuyue | 20329256 |
WANG, Guanzhi | 20329604 |
ZHONG, Zixuan | 20328800 |
$ git clone https://github.com/zzhongab/AI_Sokoban.git
$ cd AI_Sokoban/bin
$ java GUI
click on the Load Map
button and choose /levels/5.txt
.
Before the result is computed, you can play the game. (↑ ↓ ← → L)
Choose a search algorithm and click on the button Compute Result
Keep pressing on the enter(return)
button to make the agent move according to the result.
click on the Load Map
button and choose /levels/QLearning/1.txt
.
Before the result is computed, you can play the game. (↑ ↓ ← → L)
Choose 8) Q-Learning
and click on the button Compute Result
Keep pressing on the enter(return)
button to make the agent move according to the result.