Skip to content

Commit

Permalink
disabled "visualize_semidims" as boundaries are already being plotted…
Browse files Browse the repository at this point in the history
… in this scenario
  • Loading branch information
Giovannibriglia committed Sep 20, 2024
1 parent 411fd8f commit b370fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vmas/scenarios/mpe/simple_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def make_world(self, batch_dim: int, device: torch.device, **kwargs):
self.respawn_at_catch = kwargs.pop("respawn_at_catch", False)
ScenarioUtils.check_kwargs_consumed(kwargs)

self.visualize_semidims = False

world = World(
batch_dim=batch_dim,
device=device,
Expand Down

0 comments on commit b370fa8

Please sign in to comment.