Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 350 Bytes

SushiGo RL

  • State.py handles the logic of the game
  • Player package include a variety of agents that interacts with env. to play the game
  • utils.py contains many useful functions for the game, including the distribution of cards and score calculation
  • test.py offers some but not comprehensive unittests
  • For usage, check test.ipynb