Metadrive: no preloading models (#30170)

no preloading
old-commit-hash: 56b16e77a45e3443cb97b0d9ab6fec3e949810b3
This commit is contained in:
Justin Newberry
2023-10-04 15:49:05 -07:00
committed by GitHub
parent 4987ed88a4
commit dddf3f5215
@@ -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)