Amazon DeepRacer · Example Payload

Leaderboard Submission Example

Autonomous VehiclesMachine LearningReinforcement LearningRobotics

Leaderboard Submission Example is an example object payload from Amazon DeepRacer, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

leaderboardSubmissionIdparticipantNamemodelArnranklapTimeavgLapTime

Example Payload

Raw ↑
{
  "leaderboardSubmissionId": "submission-abc123",
  "participantName": "racer-001",
  "modelArn": "arn:aws:deepracer:us-east-1:123456789012:model/reinforcement_learning/SpeedModel",
  "rank": 1,
  "lapTime": 8.543,
  "avgLapTime": 8.721
}