Metadrive: no preloading models (#30170)

no preloading
pull/30171/head
Justin Newberry 2 years ago committed by GitHub
parent 18f41d1910
commit 56b16e77a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/sim/bridge/metadrive/metadrive_bridge.py

@ -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)

Loading…
Cancel
Save