Skip to content

ml-worthing/reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Algorithms Study

This repository provides basic abstractions and tools to study reinforcement learning algorithms:

  • Environment
  • Agent
  • Policy

and set of testing tools to validate and compare results.

Explored problems

  • K-armed bandit: non-deterministic, stationary and non-stationery problems solved using epsilon greedy agent
  • Frozen Lake: non-deterministic, stationary board-like problem

About

reinforcement learning algorithms study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages