paper-with-me

홈 › Papers

Urban Driving with Multi-Objective Deep Reinforcement Learning

2018-11-21 · Changjian Li, Krzysztof Czarnecki

Autonomous driving is a challenging domain that entails multiple aspects: a vehicle should be able to drive to its destination as fast as possible while avoiding collision, obeying traffic rules and ensuring the comfort of passengers. In this paper, we present a deep learning variant of thresholded lexicographic Q-learning for the task of urban driving. Our multi-objective DQN agent learns to drive on multi-lane roads and intersections, yielding and changing lanes according to traffic rules. We also propose an extension for factored Markov Decision Processes to the DQN architecture that provides auxiliary features for the Q function. This is shown to significantly improve data efficiency. We then show that the learned policy is able to zero-shot transfer to a ring road without sacrificing performance.

📄 PDF Abstract BibTeX arXiv:1811.08586

Code (1)

https://gitlab.com/sumo-rl/sumo_openai_gym 공식 구현

Tasks

Autonomous DrivingDeep Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Navigation In Urban Environments Amongst Pedestrians Using Multi-Objective Deep Reinforcement Learning

2021-10-11 · Niranjan Deshpande, Dominique Vaufreydaz, Anne Spalanzani

Urban autonomous driving in the presence of pedestrians as vulnerable road users is still a challenging and less examined research problem. This work formulates navigation in urban environments as a multi objective reinf…

Autonomous DrivingAutonomous NavigationDeep Reinforcement LearningMulti-Objective Reinforcement Learning+3

Evaluating the Robustness of Deep Reinforcement Learning for Autonomous Policies in a Multi-agent Urban Driving Environment

2021-12-22 · Aizaz Sharif, Dusica Marijan

Deep reinforcement learning is actively used for training autonomous car policies in a simulated driving environment. Due to the large availability of various reinforcement learning algorithms and the lack of their syste…

Autonomous DrivingBenchmarkingDeep Reinforcement Learningreinforcement-learning+2

Multi-Objective Reinforcement Learning for Adaptive Personalized Autonomous Driving

2025-05-08 · Hendrik Surmann, Jorge de Heuvel, Maren Bennewitz

Human drivers exhibit individual preferences regarding driving style. Adapting autonomous vehicles to these preferences is essential for user trust and satisfaction. However, existing end-to-end driving approaches often …

Autonomous DrivingAutonomous VehiclesCollision AvoidanceMulti-Objective Reinforcement Learning+2

Action and Trajectory Planning for Urban Autonomous Driving with Hierarchical Reinforcement Learning

2023-06-28 · Xinyang Lu, Flint Xiaofeng Fan, Tianying Wang

Reinforcement Learning (RL) has made promising progress in planning and decision-making for Autonomous Vehicles (AVs) in simple driving scenarios. However, existing RL algorithms for AVs fail to learn critical driving sk…

Autonomous DrivingAutonomous VehiclesDecision MakingHierarchical Reinforcement Learning+4

Model-free Deep Reinforcement Learning for Urban Autonomous Driving

2019-04-20 · Jianyu Chen, Bodi Yuan, Masayoshi Tomizuka

Urban autonomous driving decision making is challenging due to complex road geometry and multi-agent interactions. Current decision making methods are mostly manually designing the driving policy, which might result in s…

Autonomous DrivingDecision MakingDeep Reinforcement Learningreinforcement-learning+2