Skip to content

quanpr/209-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

209 hw

Solution to EE 209 AS Homework 1. Instructor: Prof. Ankur Mehta Team member: Ray Lin, Pengrui Quan

To run the code, under the current directory, type in the command line:

python ./robot.py --feature policy_iteration --errorPr 0.025 --dis 0.9 --plot 

Arguments explanation:

--initial: policy initialization 
--plot: whether plot out the trajectory or not
--mod: use modified reward function, which require pointing downward
--dis: discount factor
--errorPro: prerotation error probability
--feature: which iteration we are conducting, policy iteration or value iteration

About

EE 209 hw 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages