An endless runner styled game which contains Unity ML-Agent implementation as well as a single player implementation.
- Base game was created in Unity
- AI was implemented using Unity's ML-Agents Toolkit
- AI was trained to play the game using reinforcement learning
- Agent receives +1 as reward if they make it past a set of obstacles
- Agent receives -1 as punishment if they collide with an obstacle