Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 327 Bytes

Board Games with Reinforcement Learning

Structure of git

Notebooks for training are in base folder. Sub folders are:

  • envs: implementations of different board games as OpenAI Gym environments.
  • agents: wrappers around KerasRL agents that allow for multiplayer games.

Implemented Games:

  • Can't Stop (DQN Agents)