Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 991 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 991 Bytes

Reinforcememnt Learning Library

Reinforcement Learning Experiments In this project, I am attempting to build a set of RL classes to pave the way to build a multi-agent simulator

Individual classes can be forked and used in your own program. I did not create an API to use it yet. all code in the code folder is ready to compile under Visual Studio 2017

Documentation

Code Quality

BCH compliance

Build Status

Not ready yet

Current Activity

Modifying collections to lists intead of static arrays to allow dynamic environments Building an implementation to test this agent, a traffic light intersection. This will require:

  1. Traffic simulator
  2. A single agent to control the intersection traffic lights
  3. Visualization (optional)