Amazon DeepRacer website screenshot

Amazon DeepRacer

AWS DeepRacer is an autonomous 1/18th scale race car designed to test reinforcement learning (RL) models by racing on a physical track. It provides a fully autonomous driving platform that enables developers to get hands-on experience with machine learning through a fun and engaging racing experience.

1 APIs 0 Features
Autonomous VehiclesMachine LearningReinforcement LearningRobotics

APIs

AWS DeepRacer API

The AWS DeepRacer API provides programmatic access to manage DeepRacer vehicles, models, and leaderboards for reinforcement learning-based autonomous racing experiences.

Collections

Pricing Plans

Rate Limits

Amazon Deepracer Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Amazon Deepracer Context

0 classes · 36 properties

JSON-LD

API Governance Rules

Amazon DeepRacer API Rules

20 rules · 13 errors 5 warnings 2 info

SPECTRAL

JSON Structure

Car Structure

0 properties

JSON STRUCTURE

Error Structure

0 properties

JSON STRUCTURE

Leaderboard Structure

0 properties

JSON STRUCTURE

Leaderboard Submission Structure

0 properties

JSON STRUCTURE

List Cars Response Structure

0 properties

JSON STRUCTURE

List Leaderboards Response Structure

0 properties

JSON STRUCTURE

List Models Response Structure

0 properties

JSON STRUCTURE

List Tracks Response Structure

0 properties

JSON STRUCTURE

Model Structure

0 properties

JSON STRUCTURE

Track Structure

0 properties

JSON STRUCTURE

Example Payloads

Car Example

6 fields

EXAMPLE

Error Example

2 fields

EXAMPLE

Leaderboard Example

7 fields

EXAMPLE

List Cars Response Example

2 fields

EXAMPLE

List Models Response Example

2 fields

EXAMPLE

List Tracks Response Example

2 fields

EXAMPLE

Model Example

6 fields

EXAMPLE

Track Example

4 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon DeepRacer API
  version: Sat Oct 31 2020 20:00:00 GMT-0400 (Eastern Daylight Time)
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Cars
    type: folder
  items:
  - info:
      name: List Cars
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/cars
      params:
      - name: nextToken
        value: ''
        type: query
        description: Pagination token from a previous list response.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of cars to return.
    docs: List all DeepRacer vehicles associated with the account.
  - info:
      name: Get Car
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/cars/:arn
      params:
      - name: arn
        value: ''
        type: path
        description: The ARN of the DeepRacer vehicle.
    docs: Retrieve the configuration and metadata for a specific DeepRacer vehicle.
  - info:
      name: Update Car
      type: http
    http:
      method: PATCH
      url: https://deepracer.amazonaws.com/20201101/cars/:arn
      params:
      - name: arn
        value: ''
        type: path
        description: The ARN of the DeepRacer vehicle.
      body:
        type: json
        data: '{}'
    docs: Update the name or configuration of a DeepRacer vehicle.
- info:
    name: Models
    type: folder
  items:
  - info:
      name: List Models
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/models
      params:
      - name: nextToken
        value: ''
        type: query
        description: Pagination token from a previous list response.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of models to return.
    docs: List reinforcement learning models available for DeepRacer racing.
  - info:
      name: Get Model
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/models/:modelArn
      params:
      - name: modelArn
        value: ''
        type: path
        description: The ARN of the reinforcement learning model.
    docs: Retrieve the details and training status of a specific reinforcement learning model.
  - info:
      name: Delete Model
      type: http
    http:
      method: DELETE
      url: https://deepracer.amazonaws.com/20201101/models/:modelArn
      params:
      - name: modelArn
        value: ''
        type: path
        description: The ARN of the model to delete.
    docs: Delete a reinforcement learning model from DeepRacer.
- info:
    name: Leaderboards
    type: folder
  items:
  - info:
      name: List Leaderboards
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/leaderboards
      params:
      - name: nextToken
        value: ''
        type: query
        description: Pagination token from a previous list response.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of leaderboards to return.
      - name: status
        value: ''
        type: query
        description: Filter leaderboards by status (ACTIVE, EXPIRED).
    docs: List all active and past DeepRacer racing leaderboards.
  - info:
      name: Get Leaderboard
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/leaderboards/:arn
      params:
      - name: arn
        value: ''
        type: path
        description: The ARN of the leaderboard.
    docs: Retrieve the details and current rankings for a specific leaderboard.
  - info:
      name: List Leaderboard Submissions
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/leaderboards/:arn/rankings
      params:
      - name: arn
        value: ''
        type: path
        description: The ARN of the leaderboard.
      - name: nextToken
        value: ''
        type: query
        description: Pagination token from a previous list response.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of submissions to return.
    docs: List submissions and rankings for a specific leaderboard.
- info:
    name: Tracks
    type: folder
  items:
  - info:
      name: List Tracks
      type: http
    http:
      method: GET
      url: https://deepracer.amazonaws.com/20201101/tracks
      params:
      - name: nextToken
        value: ''
        type: query
        description: Pagination token from a previous list response.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of tracks to return.
    docs: List all available DeepRacer racing tracks for training and evaluation.
bundled: true