A 100-AV Freeway Deployment – The Berkeley Synthetic Intelligence Analysis Weblog

We deployed 100 reinforcement studying (RL)-controlled automobiles into rush-hour freeway visitors to easy congestion and scale back gas consumption for everybody. Our objective is to sort out “stop-and-go” waves, these irritating slowdowns and speedups that normally don’t have any clear trigger however result in congestion and vital vitality waste. To coach environment friendly flow-smoothing controllers, we constructed quick, data-driven simulations that RL brokers work together with, studying to maximise vitality effectivity whereas sustaining throughput and working safely round human drivers.
Total, a small proportion of well-controlled autonomous automobiles (AVs) is sufficient to considerably enhance visitors movement and gas effectivity for all drivers on the highway. Furthermore, the skilled controllers are designed to be deployable on most fashionable automobiles, working in a decentralized method and counting on normal radar sensors. In our latest paper, we discover the challenges of deploying RL controllers on a large-scale, from simulation to the sphere, throughout this 100-car experiment.
The challenges of phantom jams
A stop-and-go wave shifting backwards by way of freeway visitors.
In case you drive, you’ve certainly skilled the frustration of stop-and-go waves, these seemingly inexplicable visitors slowdowns that seem out of nowhere after which all of a sudden clear up. These waves are sometimes brought on by small fluctuations in our driving habits that get amplified by way of the movement of visitors. We naturally modify our velocity based mostly on the car in entrance of us. If the hole opens, we velocity as much as sustain. In the event that they brake, we additionally decelerate. However as a consequence of our nonzero response time, we would brake only a bit more durable than the car in entrance. The subsequent driver behind us does the identical, and this retains amplifying. Over time, what began as an insignificant slowdown turns right into a full cease additional again in visitors. These waves transfer backward by way of the visitors stream, resulting in vital drops in vitality effectivity as a consequence of frequent accelerations, accompanied by elevated CO2 emissions and accident danger.
And this isn’t an remoted phenomenon! These waves are ubiquitous on busy roads when the visitors density exceeds a important threshold. So how can we tackle this downside? Conventional approaches like ramp metering and variable velocity limits try and handle visitors movement, however they typically require pricey infrastructure and centralized coordination. A extra scalable strategy is to make use of AVs, which may dynamically modify their driving habits in real-time. Nonetheless, merely inserting AVs amongst human drivers isn’t sufficient: they have to additionally drive in a wiser method that makes visitors higher for everybody, which is the place RL is available in.
Basic diagram of visitors movement. The variety of automobiles on the highway (density) impacts how a lot visitors is shifting ahead (movement). At low density, including extra automobiles will increase movement as a result of extra automobiles can cross by way of. However past a important threshold, automobiles begin blocking one another, resulting in congestion, the place including extra automobiles really slows down total motion.
Reinforcement studying for wave-smoothing AVs
RL is a strong management strategy the place an agent learns to maximise a reward sign by way of interactions with an setting. The agent collects expertise by way of trial and error, learns from its errors, and improves over time. In our case, the setting is a mixed-autonomy visitors situation, the place AVs be taught driving methods to dampen stop-and-go waves and scale back gas consumption for each themselves and close by human-driven automobiles.
Coaching these RL brokers requires quick simulations with sensible visitors dynamics that may replicate freeway stop-and-go habits. To realize this, we leveraged experimental knowledge collected on Interstate 24 (I-24) close to Nashville, Tennessee, and used it to construct simulations the place automobiles replay freeway trajectories, creating unstable visitors that AVs driving behind them be taught to easy out.
Simulation replaying a freeway trajectory that displays a number of stop-and-go waves.
We designed the AVs with deployment in thoughts, guaranteeing that they will function utilizing solely primary sensor details about themselves and the car in entrance. The observations encompass the AV’s velocity, the velocity of the main car, and the area hole between them. Given these inputs, the RL agent then prescribes both an instantaneous acceleration or a desired velocity for the AV. The important thing benefit of utilizing solely these native measurements is that the RL controllers will be deployed on most fashionable automobiles in a decentralized method, with out requiring further infrastructure.
Reward design
Probably the most difficult half is designing a reward perform that, when maximized, aligns with the completely different goals that we need the AVs to realize:
- Wave smoothing: Cut back stop-and-go oscillations.
- Vitality effectivity: Decrease gas consumption for all automobiles, not simply AVs.
- Security: Guarantee cheap following distances and keep away from abrupt braking.
- Driving consolation: Keep away from aggressive accelerations and decelerations.
- Adherence to human driving norms: Guarantee a “regular” driving habits that doesn’t make surrounding drivers uncomfortable.
Balancing these goals collectively is tough, as appropriate coefficients for every time period have to be discovered. As an example, if minimizing gas consumption dominates the reward, RL AVs be taught to return to a cease in the course of the freeway as a result of that’s vitality optimum. To forestall this, we launched dynamic minimal and most hole thresholds to make sure secure and cheap habits whereas optimizing gas effectivity. We additionally penalized the gas consumption of human-driven automobiles behind the AV to discourage it from studying a egocentric habits that optimizes vitality financial savings for the AV on the expense of surrounding visitors. Total, we goal to strike a steadiness between vitality financial savings and having an inexpensive and secure driving habits.
Simulation outcomes
Illustration of the dynamic minimal and most hole thresholds, inside which the AV can function freely to easy visitors as effectively as potential.
The everyday habits discovered by the AVs is to keep up barely bigger gaps than human drivers, permitting them to soak up upcoming, probably abrupt, visitors slowdowns extra successfully. In simulation, this strategy resulted in vital gas financial savings of as much as 20% throughout all highway customers in essentially the most congested eventualities, with fewer than 5% of AVs on the highway. And these AVs don’t must be particular automobiles! They’ll merely be normal shopper automobiles outfitted with a sensible adaptive cruise management (ACC), which is what we examined at scale.
Smoothing habits of RL AVs. Purple: a human trajectory from the dataset. Blue: successive AVs within the platoon, the place AV 1 is the closest behind the human trajectory. There may be sometimes between 20 and 25 human automobiles between AVs. Every AV doesn’t decelerate as a lot or speed up as quick as its chief, resulting in lowering wave amplitude over time and thus vitality financial savings.
100 AV discipline take a look at: deploying RL at scale


Our 100 automobiles parked at our operational middle throughout the experiment week.
Given the promising simulation outcomes, the pure subsequent step was to bridge the hole from simulation to the freeway. We took the skilled RL controllers and deployed them on 100 automobiles on the I-24 throughout peak visitors hours over a number of days. This massive-scale experiment, which we known as the MegaVanderTest, is the most important mixed-autonomy traffic-smoothing experiment ever performed.
Earlier than deploying RL controllers within the discipline, we skilled and evaluated them extensively in simulation and validated them on the {hardware}. Total, the steps in the direction of deployment concerned:
- Coaching in data-driven simulations: We used freeway visitors knowledge from I-24 to create a coaching setting with sensible wave dynamics, then validate the skilled agent’s efficiency and robustness in a wide range of new visitors eventualities.
- Deployment on {hardware}: After being validated in robotics software program, the skilled controller is uploaded onto the automotive and is ready to management the set velocity of the car. We function by way of the car’s on-board cruise management, which acts as a lower-level security controller.
- Modular management framework: One key problem throughout the take a look at was not gaining access to the main car info sensors. To beat this, the RL controller was built-in right into a hierarchical system, the MegaController, which mixes a velocity planner information that accounts for downstream visitors situations, with the RL controller as the ultimate choice maker.
- Validation on {hardware}: The RL brokers had been designed to function in an setting the place most automobiles had been human-driven, requiring strong insurance policies that adapt to unpredictable habits. We confirm this by driving the RL-controlled automobiles on the highway underneath cautious human supervision, making adjustments to the management based mostly on suggestions.

Every of the 100 automobiles is related to a Raspberry Pi, on which the RL controller (a small neural community) is deployed.

The RL controller instantly controls the onboard adaptive cruise management (ACC) system, setting its velocity and desired following distance.
As soon as validated, the RL controllers had been deployed on 100 automobiles and pushed on I-24 throughout morning rush hour. Surrounding visitors was unaware of the experiment, guaranteeing unbiased driver habits. Information was collected throughout the experiment from dozens of overhead cameras positioned alongside the freeway, which led to the extraction of tens of millions of particular person car trajectories by way of a pc imaginative and prescient pipeline. Metrics computed on these trajectories point out a development of decreased gas consumption round AVs, as anticipated from simulation outcomes and former smaller validation deployments. As an example, we will observe that the nearer persons are driving behind our AVs, the much less gas they seem to eat on common (which is calculated utilizing a calibrated vitality mannequin):
Common gas consumption as a perform of distance behind the closest engaged RL-controlled AV within the downstream visitors. As human drivers get additional away behind AVs, their common gas consumption will increase.
One other method to measure the affect is to measure the variance of the speeds and accelerations: the decrease the variance, the much less amplitude the waves ought to have, which is what we observe from the sphere take a look at knowledge. Total, though getting exact measurements from a considerable amount of digicam video knowledge is sophisticated, we observe a development of 15 to twenty% of vitality financial savings round our managed automobiles.
Information factors from all automobiles on the freeway over a single day of the experiment, plotted in speed-acceleration area. The cluster to the left of the crimson line represents congestion, whereas the one on the precise corresponds to free movement. We observe that the congestion cluster is smaller when AVs are current, as measured by computing the world of a tender convex envelope or by becoming a Gaussian kernel.
Ultimate ideas
The 100-car discipline operational take a look at was decentralized, with no specific cooperation or communication between AVs, reflective of present autonomy deployment, and bringing us one step nearer to smoother, extra energy-efficient highways. But, there may be nonetheless huge potential for enchancment. Scaling up simulations to be quicker and extra correct with higher human-driving fashions is essential for bridging the simulation-to-reality hole. Equipping AVs with further visitors knowledge, whether or not by way of superior sensors or centralized planning, may additional enhance the efficiency of the controllers. As an example, whereas multi-agent RL is promising for enhancing cooperative management methods, it stays an open query how enabling specific communication between AVs over 5G networks may additional enhance stability and additional mitigate stop-and-go waves. Crucially, our controllers combine seamlessly with current adaptive cruise management (ACC) programs, making discipline deployment possible at scale. The extra automobiles outfitted with sensible traffic-smoothing management, the less waves we’ll see on our roads, that means much less air pollution and gas financial savings for everybody!
Many contributors took half in making the MegaVanderTest occur! The total listing is out there on the CIRCLES project web page, together with extra particulars in regards to the venture.
Learn extra: [paper]