Skip to content

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

Notifications You must be signed in to change notification settings

yimothysu/frozen-lake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages