Created
October 9, 2019 19:10
-
-
Save thunderInfy/6d5cdaa2f2dfa2e0a0ee770b3ffb1fe1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while(1): | |
policy_evaluation() | |
ρ = policy_improvement() | |
save_value() | |
save_policy() | |
if ρ == True: | |
break |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment