Skip to content

PPicca/Value-Iteration-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Value Iteration Update - Reinforcement Learning

The statements of the challenge are available in the Jupyter file.

The insight was creating an array to hold all values for the 5 states and 3 actions (stay, right or left). And using those matrix to update V, values, for every iteration, using the Value Iteration Update formula.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors