mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-24 00:03:45 +08:00
Metadrive: no preloading models (#30170)
no preloading
old-commit-hash: 56b16e77a4
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