Skip to content

Instantly share code, notes, and snippets.

@YuriyGuts
Last active October 15, 2016 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YuriyGuts/146a44c8edc83b435c5f79f00802a522 to your computer and use it in GitHub Desktop.
Save YuriyGuts/146a44c8edc83b435c5f79f00802a522 to your computer and use it in GitHub Desktop.
An implementation of a cart pole balancing agent using Q-Learning (https://gym.openai.com/evaluations/eval_K41KvF0Re6BJW593cq2Tg).

CartPole Q-Learning Agent

Solves the OpenAI CartPole-v0 environment using a tabular version of Q-Learning with discretized feature space and epsilon-decreasing exploration.

View Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment