8000 GitHub - yimothysu/frozen-lake: Tabular Q-learning on OpenAI Gym's Frozen Lake.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0