GRAIC
An intelligent racing competition

GRAIC 3.0 Submission Portal is online

We will start auto evaluating on Apr. 18th. But earlier submission will also be stored on our server, and will be evaluated on that date.

GRAIC 3.0 Leaderboard is online

Once we finish evaluating your controller, the results will both be emailed and displayed on this leaderboard. For now(Apr. 13rd), it has some baseline controllers’ results.

GRAIC 3.0 Call for Participation

GRAIC Forum

Ask general questions about GRAIC and interact with fellow participants on our forum! Join our mailing list form.

GRAIC Benchmarks

Here, you will find controllers submitted to GRAIC in previous years. These controllers can be used for controller research and verification. We have included instructions on how to reproduce the results from GRAIC here.

Introduction

Generalized RAcing Intelligence Competition (GRAIC) is a simulated vehicle race co-located with CPS-IOT Week 2023. GRAIC aims to bring together researchers in AI, planning, synthesis, and control to create a platform for comparing different algorithms for controlling vehicles in dynamic and uncertain environments. We hope that it will also be fun.

GRAIC ‘23 This year, we hope to improve GRAIC to encourage wider participation. We now have an AWS image that lowers the hardware entry requirements. Instructions for using the AWS image can be found on our installation page. We also aim to have multi-agent racing and an improved testing pipeline. Please continue to check our webpage for updates!

GRAIC provides a simulation environment, test vehicles, tracks, scoring function, and documentation. As a competitor, you will use the given API and develop your racing controller. In early May, you will submit your racing controller code. The competition tracks will be different from the testing tracks. Multiple vehicles will be involved. We will run the races with your controllers and provide results, data, video feedback, and announce winners during CPSWeek. There will be different race categories and prizes.

Details

At runtime, the input to the controller will come from a perception oracle that will provide as input a local view of obstacles, lanes, and gates on the track near the vehicle. The tracks will have à priori unknown static and moving obstacles. The outputs from the controller (brake, throttle, and steering) will drive the vehicle. In some race categories, you will be provided a mathematical vehicle model, and in other categories you will be provided a black-box vehicle simulator. The perception and control interfaces will not change. Read the Docs page for more details about tracks, obstacles, vehicles, and APIs. Features of GRAIC include:

  • Head-to-head races; compete against other submitted controllers.
  • GRAIC focuses on decision, control, planning, and safety, and therefore, we will provide a perception oracle and related API
  • Your controller will run races across multiple vehicles and tracks
  • Different race categories for model-free and model-based vehicles

Contact

Email us at graic2021@gmail.com. Join our mailing list form.

Important Dates

Please check back frequently for the next GRAIC competition updates.

  • January 31: Beta platform release
  • February 16: Info session and beta feedback
  • March 27: Final platform release, pre-submission opens
  • April 10: Final submission page opens
  • May 2: Submission closes, final races held
  • May 9: CPS-IOT Week 2023, final results and live event

Updates

Citing GRAIC

Please cite GRAIC as:

@misc{GRAICrace,
      title        = "GRAIC: A simulator framework for autonomous racing",
      author       = "{Minghao Jiang and Zexiang Liu and Kristina Miller and Dawei Sun and Arnab Datta and Yixuan Jia and Sayan Mitra and Necmiye Ozay}",
      howpublished = "\url{https://popgri.github.io/Race/}",
      year         = 2021
    }

@misc{GRAIC-CI-OCAR21,
      title        = "Continuous Integration and Testing for Autonomous Racing Software: An Experience Report from GRAIC",
      author       = "{Minghao Jiang and Kristina Miller and Dawei Sun and Zexiang Liu and Yixuan Jia and Arnab Datta and  Necmiye Ozay and Sayan Mitra}",
      howpublished = "Presented at the Workshop on Opportunities and Challenges in Autonomous Racing (2021) at IEEE ICRA",
      url = "https://par.nsf.gov/servlets/purl/10296575",
      year         = 2021
    }