Final project of CS181 introduction to artificial intelligence in Shanghaitech.
Simple implementations of artificial intelligent UNO agents. 4 agents are included:
- MCTSAgent
- ExpectimaxAgent
- DQNAgent
- ReflexAgent
Here is the overview and technical report.
GUI implementation reference: bennuttall/uno
Install pygame zero with:
pip3 install pgzero
And run the game with:
pgzrun uno_pgz.py