/rl-gridworld

Classic Reinforcement Learning implementations for custom Girdworld environment.

Primary LanguagePython

About

Some classic reinforcement learning algorithms tested in a custom gridworld environment.

  • MonteCarlo
  • Q-learning
  • SARSA
  • Value iteration