Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 546 Bytes

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

GUI implementation reference: bennuttall/uno

Install pygame zero with:

pip3 install pgzero

And run the game with:

pgzrun uno_pgz.py