We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5581d05 commit acd9b7aCopy full SHA for acd9b7a
1 file changed
vmas/scenarios/buzz_wire.py
@@ -21,8 +21,6 @@ def make_world(self, batch_dim: int, device: torch.device, **kwargs):
21
self.max_speed_1 = kwargs.pop("max_speed_1", None) # 0.05
22
ScenarioUtils.check_kwargs_consumed(kwargs)
23
24
- self.pos_shaping_factor = 1
25
-
26
self.n_agents = 2
27
28
self.wall_length = 2
0 commit comments