MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / AgentError

Class AgentError

leaderboard/leaderboard/autoagents/agent_wrapper.py:40–46  ·  view source on GitHub ↗

Exceptions thrown when the agent returns an error during the simulation

Source from the content-addressed store, hash-verified

38
39
40class AgentError(Exception):
41 """
42 Exceptions thrown when the agent returns an error during the simulation
43 """
44
45 def __init__(self, message):
46 super(AgentError, self).__init__(message)
47
48
49class AgentWrapper(object):

Callers 1

_tick_scenarioMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected