Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Sep 21, 2024
1 parent 3d2174d commit 45a9395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarl/models/gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def _forward(self, tensordict: TensorDictBase) -> TensorDictBase:
f"Position key in tensordict is {pos.shape[-1]}-dimensional, "
f"while model was configured with pos_features={self.pos_features-1}"
)
print(self._full_position_key)
else:
pos = tensordict.get(self._full_position_key)
if not self.exclude_pos_from_node_features:
Expand Down

0 comments on commit 45a9395

Please sign in to comment.