This simple AI agent tries to cross a fozen lake using Markov Decision Processes (MDP). The q-values in the q-table is updated using value iterations.
-
Notifications
You must be signed in to change notification settings - Fork 0
iamvigneshwars/ai-plays-frozen-lake
About
Simple AI agent built using MDP to cross a frozen lake without falling into the hole.