yimothysu / frozen-lake

Tabular Q-learning on OpenAI Gym's Frozen Lake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frozen Lake

Tabular Q-learning on OpenAI Gym's Frozen Lake. Samples from the observation space, updating the Q-value of each state/action pair. Starts by exploring the observation space through taking random actions, then over time exploits the known Q-values by taking the argmax at the current state.

About

Tabular Q-learning on OpenAI Gym's Frozen Lake.


Languages

Language:Python 100.0%