Skip to content
Snippets Groups Projects
Commit 0d43fed4 authored by Kate Rakelly's avatar Kate Rakelly
Browse files

HW5c fix (nit): variable naming instruction for compatibility

parent 0d5ed41b
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,7 @@ class Agent(object):
steps += 1
# index into the meta_obs array to get the window that ends with the current timestep
# please name the windowed observation `in_` for compatibilty with the code that adds to the replay buffer (lines 418, 420)
# YOUR CODE HERE
hidden = np.zeros((1, self.gru_size), dtype=np.float32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment