Skip to content

Commit dde95f4

Browse files
committed
HW5c fix (nit): make `sample_trajectory() part of Problem 1
not how it should be since HW2 sampling should work here the proper fix will wait until next time around
1 parent 6de805d commit dde95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw5/meta/train_policy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def sample_trajectory(self, env, animate_this_episode, is_evaluation):
358358
env.reset_task(is_evaluation=is_evaluation)
359359
stats = []
360360
#====================================================================================#
361-
# ----------PROBLEM 2----------
361+
# ----------PROBLEM 1----------
362362
#====================================================================================#
363363
ep_steps = 0
364364
steps = 0

0 commit comments

Comments
 (0)