Skip to content

lschw/rl-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement learning implementations and experiments

This repository contains implementations of reinforcement learning algorithms and experiments with environments using the OpenAI Gym API.

Algorithms

Dynamic programming

Monte Carlo

Temporal-difference

Gradient-methods

Environments

  • 2d grid world: A 2d rectangular grid world where agent can move deterministically up, down, left, right.
  • 1d random walk: A 1d random walk reward-only process.

Experiments

About

Reinforcement learning algorithms and experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages