This project implements and analyzes reinforcement learning and imitation learning for path planning in discrete grid world environments.
This repository contains a little prototype that acts as a proof of concept of using the A* pathfinding algorithm with a TileSet. It's a bit of an older project I wanted to save for posterity (and to ...