UNO-Codebase

This repository contains implementation of 2-players UNO game and several popular approximation-based Reinforcement Learning algorithms, including Deep Q-Learning (DQN) and Deep SARSA.

CONTRIBUTORS:

daochenzha   billh0420   hsywhu   CaoYuanpu  

CREDITS: The implementation of the UNO game is heavily based on the RLCard package. However, most of the part relating to UNO, including training algorithms and environments is implemented by ourselves.