From dde95f4e126e14a343a53efe25d1c2205854ea3a Mon Sep 17 00:00:00 2001 From: Kate Rakelly Date: Thu, 8 Nov 2018 18:50:27 -0800 Subject: [PATCH] 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 --- hw5/meta/train_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw5/meta/train_policy.py b/hw5/meta/train_policy.py index b16a155f6..81ed30cc0 100644 --- a/hw5/meta/train_policy.py +++ b/hw5/meta/train_policy.py @@ -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