Skip to content

s-mawjee/q-learning-with-options

Repository files navigation

Reinforcement Learning: Options framework

Implementation of the Options framework, using Q-learning algorithm.

Paper

Between MDPs and semi-MDPs: A framework for temporal abstraction in reinforcement learning [Paper]

Dependencies

  • Numpy
  • Matplotlib
  • Gym