Skip to content

aawadall/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)