Ray Based Distributed Autonomous Vehicle Research Platform
Derek Xu

TL;DR
This paper demonstrates that Ray can be effectively used to develop a scalable, distributed autonomous vehicle research platform using Carla for simulation and imitation learning for training, enabling rapid experimentation and data processing.
Contribution
It introduces RayCarla, an open-source platform that leverages Ray for distributed training of autonomous vehicle models in simulation, facilitating large-scale research and experimentation.
Findings
Ray effectively scales autonomous vehicle training tasks
The platform successfully navigates complex traffic scenarios
Open-source platform enables rapid experimentation
Abstract
My project tackles the question of whether Ray can be used to quickly train autonomous vehicles using a simulator (Carla), and whether a platform robust enough for further research purposes can be built around it. Ray is an open-source framework that enables distributed machine learning applications. Distributed computing is a technique which parallelizes computational tasks, such as training a model, among many machines. Ray abstracts away the complex coordination of these machines, making it rapidly scalable. Carla is a vehicle simulator that generates data used to train a model. The bulk of the project was writing the training logic that Ray would use to train my distributed model. Imitation learning is the best fit for autonomous vehicles. Imitation learning is an alternative to reinforcement learning and it works by trying to learn the optimal policy by imitating an expert (usually…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSimulation Techniques and Applications · Scientific Computing and Data Management · Data Stream Mining Techniques
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator
