Metadrive: no preloading models (#30170)

no preloading
This commit is contained in:
Justin Newberry
2023-10-04 15:49:05 -07:00
committed by GitHub
parent 18f41d1910
commit 56b16e77a4
@@ -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)