mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
Metadrive: no preloading models (#30170)
no preloading old-commit-hash: 56b16e77a45e3443cb97b0d9ab6fec3e949810b3
This commit is contained in:
@@ -112,7 +112,8 @@ class MetaDriveBridge(SimulatorBridge):
|
||||
]
|
||||
),
|
||||
decision_repeat=1,
|
||||
physics_world_step_size=self.TICKS_PER_FRAME/100
|
||||
physics_world_step_size=self.TICKS_PER_FRAME/100,
|
||||
preload_models=False
|
||||
)
|
||||
|
||||
return MetaDriveWorld(config)
|
||||
|
||||
Reference in New Issue
Block a user