LORD: Large Models based Opposite Reward Design for Autonomous Driving
Xin Ye, Feng Tao, Abhirup Mallik, Burhaneddin Yaman, Liu Ren
TL;DR
The paper tackles reward design for reinforcement learning in autonomous driving, where specifying a concrete, safe driving goal is inherently ambiguous. It introduces LORD, a framework that uses undesired linguistic goals (e.g., 'a collision is happening') and large pretrained models to produce step-wise rewards via embeddings, enabling zero-shot reward signals. LORD supports image, video, and text observations and is trained with PPO in a closed-loop Highway-env environment, demonstrating strong generalization to unseen, denser traffic scenarios and outperforming baseline methods and target-goal designs. This approach offers a scalable, generalizable reward design paradigm for embodied AI, reducing manual reward engineering by leveraging existing large-model capabilities. {$<S,O,\theta,A,T,\R,\gamma>$} is used to formalize the problem and the cosine-distance reward is computed from embedding similarities, underscoring the method's mathematically grounded design.
Abstract
Reinforcement learning (RL) based autonomous driving has emerged as a promising alternative to data-driven imitation learning approaches. However, crafting effective reward functions for RL poses challenges due to the complexity of defining and quantifying good driving behaviors across diverse scenarios. Recently, large pretrained models have gained significant attention as zero-shot reward models for tasks specified with desired linguistic goals. However, the desired linguistic goals for autonomous driving such as "drive safely" are ambiguous and incomprehensible by pretrained models. On the other hand, undesired linguistic goals like "collision" are more concrete and tractable. In this work, we introduce LORD, a novel large models based opposite reward design through undesired linguistic goals to enable the efficient use of large pretrained models as zero-shot reward models. Through extensive experiments, our proposed framework shows its efficiency in leveraging the power of large pretrained models for achieving safe and enhanced autonomous driving. Moreover, the proposed approach shows improved generalization capabilities as it outperforms counterpart methods across diverse and challenging driving scenarios.
