Skip to content

Latest commit

 

History

History
 
 

rl_models

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RL Models

The agents.py module implements a number of standard reinforcement learning (RL) agents that can be run on OpenAI gym environments.

  1. Monte Carlo Methods

  2. Temporal-Difference Methods

  3. Model-Based Methods

Plots