paper-with-me

홈 › Papers

Highway Reinforcement Learning

2024-05-28 · Yuhui Wang, Miroslav Strupl, Francesco Faccio, Qingyuan Wu, Haozhe Liu, Michał Grudzień, Xiaoyang Tan, Jürgen Schmidhuber

Learning from multi-step off-policy data collected by a set of policies is a core problem of reinforcement learning (RL). Approaches based on importance sampling (IS) often suffer from large variances due to products of IS ratios. Typical IS-free methods, such as $n$-step Q-learning, look ahead for $n$ time steps along the trajectory of actions (where $n$ is called the lookahead depth) and utilize off-policy data directly without any additional adjustment. They work well for proper choices of $n$. We show, however, that such IS-free methods underestimate the optimal value function (VF), especially for large $n$, restricting their capacity to efficiently utilize information from distant future time steps. To overcome this problem, we introduce a novel, IS-free, multi-step off-policy method that avoids the underestimation issue and converges to the optimal VF. At its core lies a simple but non-trivial \emph{highway gate}, which controls the information flow from the distant future by comparing it to a threshold. The highway gate guarantees convergence to the optimal VF for arbitrary $n$ and arbitrary behavioral policies. It gives rise to a novel family of off-policy RL algorithms that safely learn even when $n$ is very large, facilitating rapid credit assignment from the far future to the past. On tasks with greatly delayed rewards, including video games where the reward is given only at the end of the game, our new methods outperform many existing multi-step off-policy algorithms.

📄 PDF Abstract BibTeX arXiv:2405.18289

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Decision-making Strategy on Highway for Autonomous Vehicles using Deep Reinforcement Learning

2020-07-16 · Jiangdong Liao, Teng Liu, Xiaolin Tang, Xingyu Mu 외

Autonomous driving is a promising technology to reduce traffic accidents and improve driving efficiency. In this work, a deep reinforcement learning (DRL)-enabled decision-making policy is constructed for autonomous vehi…

Autonomous DrivingAutonomous VehiclesDecision MakingDeep Reinforcement Learning+2

Highway Graph to Accelerate Reinforcement Learning

2024-05-20 · Zidu Yin, Zhen Zhang, Dong Gong, Stefano V. Albrecht 외

Reinforcement Learning (RL) algorithms often struggle with low training efficiency. A common approach to address this challenge is integrating model-based planning algorithms, such as Monte Carlo Tree Search (MCTS) or Va…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

HighwayLLM: Decision-Making and Navigation in Highway Driving with RL-Informed Language Model

2024-05-22 · Mustafa Yıldırım, Barkin Dagda, Saber Fallah

Autonomous driving is a complex task which requires advanced decision making and control algorithms. Understanding the rationale behind the autonomous vehicles' decision is crucial to ensure their safe and effective oper…

Autonomous DrivingAutonomous VehiclesDecision MakingLanguage Modeling+2

A Systematic Study of Multi-Agent Deep Reinforcement Learning for Safe and Robust Autonomous Highway Ramp Entry

2024-11-21 · Larry Schester, Luis E. Ortiz

Vehicles today can drive themselves on highways and driverless robotaxis operate in major cities, with more sophisticated levels of autonomous driving expected to be available and become more common in the future. Yet, t…

Autonomous DrivingDeep Reinforcement Learning

Dueling Deep Q Network for Highway Decision Making in Autonomous Vehicles: A Case Study

2020-07-16 · Teng Liu, Xingyu Mu, Xiaolin Tang, Bing Huang 외

This work optimizes the highway decision making strategy of autonomous vehicles by using deep reinforcement learning (DRL). First, the highway driving environment is built, wherein the ego vehicle, surrounding vehicles, …

Autonomous VehiclesDecision MakingDeep Reinforcement Learningreinforcement-learning+1