FastRLAP: A System for Learning High-Speed Driving via Deep RL and Autonomous PracticingDownload PDF

Published: 30 Aug 2023, Last Modified: 28 Oct 2023CoRL 2023 PosterReaders: Everyone
Keywords: reinforcement learning, offroad driving, vision-based navigation
TL;DR: Training a task-specific vision encoder (using offline RL to learn representations) enables online learning from pixels (without simulation) in under 20 minutes.
Abstract: We present a system that enables an autonomous small-scale RC car to drive aggressively from visual observations using reinforcement learning (RL). Our system, FastRLAP, trains autonomously in the real world, without human interventions, and without requiring any simulation or expert demonstrations. Our system integrates a number of important components to make this possible: we initialize the representations for the RL policy and value function from a large prior dataset of other robots navigating in other environments (at low speed), which provides a navigation-relevant representation. From here, a sample-efficient online RL method uses a single low-speed user-provided demonstration to determine the desired driving course, extracts a set of navigational checkpoints, and autonomously practices driving through these checkpoints, resetting automatically on collision or failure. Perhaps surprisingly, we find that with appropriate initialization and choice of algorithm, our system can learn to drive over a variety of racing courses with less than 20 minutes of online training. The resulting policies exhibit emergent aggressive driving skills, such as timing braking and acceleration around turns and avoiding areas which impede the robot's motion, approaching the performance of a human driver using a similar first-person interface over the course of training.
Student First Author: yes
Supplementary Material: zip
Instructions: I have read the instructions for authors (https://corl2023.org/instructions-for-authors/)
Video: https://www.youtube.com/watch?v=eZATlf0ybXk
Website: https://sites.google.com/view/fastrlap
Code: github.com/kylestach/fastrlap-release
Publication Agreement: pdf
Poster Spotlight Video: mp4
7 Replies

Loading