Skip to content

Commit 5a59f00

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 31f7de0 commit 5a59f00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

torchrl/data/map/tree.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ def vertices(
163163
if h in memo and not use_path:
164164
continue
165165
memo.add(h)
166-
r = tree.rollout
167-
if r is not None:
168-
r = r["next", "observation"]
169166
if use_path:
170167
result[cur_path] = tree
171168
elif use_id:

0 commit comments

Comments
 (0)