Skip to content

caseygrun/cs181-practical-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs181-practical-4

WARMUP: To run the policy iteration for the warm-up, inside the "Warmup" directory type

python main.py

This will print the optimal policies and the values corresponding to those policies. This will also show a plot of the values versus state. Gamma can be changed in the main.py file.

SWINGYMONKEY: To run the different reinforcement learning techniques, inside the "Monkey" directory type

python model_free.py

(for model-free or "Q-learning" technique)

OR

python model_based.py

(for model-based learning technique)

OR

python td_value.py

(for temporal difference learning technique)

This will run the SwingyMonkey simulation with the given reinforcement learning techniques. The terminal window will print the current iteration, current score, highest score, and average score.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • TeX 17.3%