Informed Reinforcement Learning for Situation-Aware Traffic Rule Exceptions
Daniel Bogdoll, Jing Qin, Moritz Nekolla, Ahmed Abouelazm, Tim Joseph, J. Marius Zöllner
TL;DR
This work introduces Informed Reinforcement Learning, a framework that augments RL with a structured rulebook to handle traffic rule exceptions in autonomous driving. It learns trajectories in Frenet space and uses a situation-aware reward shaped by Linear Temporal Logic-based rule realizations and hierarchy coefficients, enabling dynamic prioritization of rules. Tested on a CARLA anomaly benchmark with 1,000 scenarios using DreamerV3 and Rainbow agents, the approach yields faster learning and robust performance in scenarios requiring controlled rule exceptions. The key contributions are the rulebook-integrated reward, Frenet-space trajectory generation, and a scalable, situation-aware decision mechanism that integrates real-world traffic rules into RL training and evaluation.
Abstract
Reinforcement Learning is a highly active research field with promising advancements. In the field of autonomous driving, however, often very simple scenarios are being examined. Common approaches use non-interpretable control commands as the action space and unstructured reward designs which lack structure. In this work, we introduce Informed Reinforcement Learning, where a structured rulebook is integrated as a knowledge source. We learn trajectories and asses them with a situation-aware reward design, leading to a dynamic reward which allows the agent to learn situations which require controlled traffic rule exceptions. Our method is applicable to arbitrary RL models. We successfully demonstrate high completion rates of complex scenarios with recent model-based agents.
