Skip to content

Commit

Permalink
removed extraneous full_observation appendage
Browse files Browse the repository at this point in the history
  • Loading branch information
richardrl authored and vitchyr committed Feb 6, 2019
1 parent 69929c8 commit c6d8821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rlkit/samplers/rollout_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def multitask_rollout(
if d:
break
o = next_o
full_observations.append(o)
actions = np.array(actions)
if len(actions.shape) == 1:
actions = np.expand_dims(actions, 1)
Expand Down

0 comments on commit c6d8821

Please sign in to comment.