| Home | Research | [Projects] | Teaching | News |

A collection of my most used projects found on my GitHub. My entire repositories can be found here.

RL-Environments

A collection of reinforcement learning environments. A section of which are based on tabletop games. Repository.

OOAgents

A collection of reinforcement learning agents created in an object-orientated structure. Repository.

Pandemic AI

An implementation of the board game Pandemic as a reinforcement learning environment. The project also includes a TD-λ agent that is trained to play the game. Repository.