Skip to content

Commit

Permalink
HW5c fix (nit): make `sample_trajectory() part of Problem 1
Browse files Browse the repository at this point in the history
not how it should be since HW2 sampling should work here
the proper fix will wait until next time around
  • Loading branch information
katerakelly committed Nov 9, 2018
1 parent 6de805d commit dde95f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw5/meta/train_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def sample_trajectory(self, env, animate_this_episode, is_evaluation):
env.reset_task(is_evaluation=is_evaluation)
stats = []
#====================================================================================#
# ----------PROBLEM 2----------
# ----------PROBLEM 1----------
#====================================================================================#
ep_steps = 0
steps = 0
Expand Down

0 comments on commit dde95f4

Please sign in to comment.