Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.35 KB

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