You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of learning about reinforcement learning, and more specifically neural net based Q-learning, I will try to implement some very basic Q-learning algorithms and hopefully apply them to a couple examples from OpenAI's gym framework.
About
Simple neural-net based Q-learning, applied to games on OpenAI's gym.