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

Class Track

leaderboard/leaderboard/autoagents/autonomous_agent.py:21–27  ·  view source on GitHub ↗

This enum represents the different tracks of the CARLA AD leaderboard.

Source from the content-addressed store, hash-verified

19
20
21class Track(Enum):
22
23 """
24 This enum represents the different tracks of the CARLA AD leaderboard.
25 """
26 SENSORS = 'SENSORS'
27 MAP = 'MAP'
28
29class AutonomousAgent(object):
30

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected