Spaces:
Running
on
T4
Running
on
T4
Commit
·
d1af8dc
1
Parent(s):
ecb10dc
feat: add mock scene
Browse files- web_server.py +2 -1
web_server.py
CHANGED
@@ -348,7 +348,8 @@ class EnvHandlerManager:
|
|
348 |
cfg.update(model_config)
|
349 |
cfg.base.output_dir = base_output
|
350 |
return [
|
351 |
-
SceneConfig(name=cfg.scenario.scene_name, cfg=cfg)
|
|
|
352 |
]
|
353 |
|
354 |
def _generate_env_handler(self, env_id: str):
|
|
|
348 |
cfg.update(model_config)
|
349 |
cfg.base.output_dir = base_output
|
350 |
return [
|
351 |
+
SceneConfig(name=cfg.scenario.scene_name, cfg=cfg),
|
352 |
+
SceneConfig(name="temp_mock_scene", cfg=cfg),
|
353 |
]
|
354 |
|
355 |
def _generate_env_handler(self, env_id: str):
|