DuttaAbhigyan / Reinforcement-Learning-Problems

In this repository I try to solve small Reinforcement Learning problems using NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement-Learning-Problems

In this repository I try to solve small Reinforcement Learning problems using NumPy. Current problems solved:

  1. Gridworld (State Value Estimation Problem)
  2. Gambler's Problem (State Value Estimation Problem)
  3. Windy Gridworld (Control Problem)
  4. K-Bandits (Control Problem)

About

In this repository I try to solve small Reinforcement Learning problems using NumPy

License:MIT License


Languages

Language:Python 100.0%