replay_scenario
Replay a previously saved CARLA scenario by providing its name or file path. Executes the scenario and returns the result or error if loading fails.
Instructions
Load a previously saved scenario spec and execute it.
Args:
path (str): Saved scenario name or path (e.g. "demo" or
"scenarios/demo.json").
Returns:
dict: The execution result, or {"error": ...} if the spec could not
be loaded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |