Skip to content

rianrajagede/reinforcement-learning

Repository files navigation

Reinforcement-learning (In-progress)

I'm trying to implement some reinforcement-learning algorithms. Most of my implementation based on three lectures below:

My codes are like a rewrite from Denny Britz's Repo, But because I can't write such a beautiful code like he does yet :( So I try to implement many of it by myself ;)

Table of contents

0. Environment

1. Dynamic Programming

  • Grid World (Environment, DP-Policy Evaluation, DP-Policy Iteration, DP-Value Iteration)

2. Simple Model-Free

3. Eligibility Traces

About

Trying to implement algorithm from Sutton's Book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages