Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 492 Bytes

delivery-route-rl

Reinforcement learning for optimizing transit to a delivery destination

Summary

The purpose of this project is to create a reinforcement learning model capable of solving a simulated environment where an agent needs to traverse a delivery route.

Environment Diagram Diagram of the environment -- where S represents the starting point of the delivery route and F respresents the destination

Setup

conda env install -f environment.yml