Multi-Objective Reinforcement Learning for Efficient Tactical Decision Making for Trucks in Highway Traffic
Deepthi Pathare, Leo Laine, Morteza Haghir Chehreghani
TL;DR
This paper tackles the problem of balancing safety, time efficiency, and energy efficiency for autonomous trucks in highway traffic. It proposes a multi-objective reinforcement learning framework based on Proximal Policy Optimization (MOPPO) combined with Generalized Policy Improvement with Linear Support (GPI-LS) to learn a continuous set of Pareto-optimal policies, preserving objective structure through weight-conditioned components. Key contributions include extending GPI-LS to a policy-gradient setting, introducing weight-conditioned multi-objective PPO with action masking and a multi-dimensional critic, and implementing a safety-filtered lane-change mechanism. Experimental results on a high-fidelity SUMO-based highway simulator show that the approach efficiently approximates the Convex Coverage Set, enabling dynamic, preference-aware policy selection with robust performance across traffic densities, and the authors release the framework as open source for reproducibility and further research.
Abstract
Balancing safety, efficiency, and operational costs in highway driving poses a challenging decision-making problem for heavy-duty vehicles. A central difficulty is that conventional scalar reward formulations, obtained by aggregating these competing objectives, often obscure the structure of their trade-offs. We present a Proximal Policy Optimization based multi-objective reinforcement learning framework that learns a continuous set of policies explicitly representing these trade-offs and evaluates it on a scalable simulation platform for tactical decision making in trucks. The proposed approach learns a continuous set of Pareto-optimal policies that capture the trade-offs among three conflicting objectives: safety, quantified in terms of collisions and successful completion; energy efficiency and time efficiency, quantified using energy cost and driver cost, respectively. The resulting Pareto frontier is smooth and interpretable, enabling flexibility in choosing driving behavior along different conflicting objectives. This framework allows seamless transitions between different driving policies without retraining, yielding a robust and adaptive decision-making strategy for autonomous trucking applications.
