UNO-Agents
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.
Play with UNO agents
bennuttall/uno
GUI implementation reference:Install pygame zero with:
pip3 install pgzero
And run the game with:
pgzrun uno_pgz.py