/UNO-Agents

Primary LanguagePythonMIT LicenseMIT

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