Skip to content

Commit

Permalink
fix(nyz): fix metadata name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Apr 26, 2023
1 parent e4d5755 commit d13bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lzero/middleware/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def __call__(self, ctx):
{
'priorities': self._trajectory_pool[i][1],
'done': self._trajectory_pool[i][2],
'_unroll_plus_td_steps': self._unroll_plus_td_steps
'unroll_plus_td_steps': self._unroll_plus_td_steps
} for i in range(L)
]

Expand Down

0 comments on commit d13bcd1

Please sign in to comment.