Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 487 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 487 Bytes

RLDM Tutorials

This repository contains tutorials for the GA Tech OMSCS Reinforcement Learning and Decision Making class.

  • pymdptoolbox_example
    • Simple tutorial on how to setup an MDP using pymdptoolbox and run Value Iteration to find the optimal policy and expected values
  • gridworld_mdp
    • A pymdptoolbox implementation of the gridworld environment defined in Lesson 2, provided in order to explore how changes in T and R impact the Q-values found via value iteration