Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 277 Bytes

RLMazeRunner

A simple project to compare various RL agents

This project is partially just to get me used to using the neural networks architecture, and also to allow me to compare the performance of various RL methods

It depends on the NeuralNetworks library by IanVasilev