paper-with-me

홈 › Papers

An Independent Study of Reinforcement Learning and Autonomous Driving

2021-08-20 · Hanzhi Yang

Reinforcement learning has become one of the most trending subjects in the recent decade. It has seen applications in various fields such as robot manipulations, autonomous driving, path planning, computer gaming, etc. We accomplished three tasks during the course of this project. Firstly, we studied the Q-learning algorithm for tabular environments and applied it successfully to an OpenAi Gym environment, Taxi. Secondly, we gained an understanding of and implemented the deep Q-network algorithm for Cart-Pole environment. Thirdly, we also studied the application of reinforcement learning in autonomous driving and its combination with safety check constraints (safety controllers). We trained a rough autonomous driving agent using highway-gym environment and explored the effects of various environment configurations like reward functions on the agent training performance.

📄 PDF Abstract BibTeX arXiv:2110.07729

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingOpenAI GymQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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} +…

Similar Papers 제목 키워드 기반

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-Agent Car Parking using Reinforcement Learning

2022-06-22 · Omar Tanner

As the industry of autonomous driving grows, so does the potential interaction of groups of autonomous cars. Combined with the advancement of Artificial Intelligence and simulation, such groups can be simulated, and safe…

Autonomous DrivingFormManagementreinforcement-learning+2

Risk-Aware Reward Shaping of Reinforcement Learning Agents for Autonomous Driving

2023-06-05 · Lin-Chi Wu, Zengjie Zhang, Sofie Haesaert, Zhiqiang Ma 외

Reinforcement learning (RL) is an effective approach to motion planning in autonomous driving, where an optimal driving policy can be automatically learned using the interaction data with the environment. Nevertheless, t…

Autonomous DrivingMotion PlanningOpenAI Gymreinforcement-learning+1

Hierarchical Decision-Making for Autonomous Navigation: Integrating Deep Reinforcement Learning and Fuzzy Logic in Four-Wheel Independent Steering and Driving Systems

2025-08-22 · Yizhi Wang, Degang Xu, Yongfang Xie, Shuzhong Tan 외 arxiv

This paper presents a hierarchical decision-making framework for autonomous navigation in four-wheel independent steering and driving (4WISD) systems. The proposed approach integrates deep reinforcement learning (DRL) fo…

Reinforcement Learning

SimWAM: A Simple World Action Model for End-to-End Autonomous Driving

2026-08-07 · Zongchuang Zhao, Xin Zhou, Tianyang Xu, Zhengyang Sun 외 hf

World-Action Models (WAMs) improve end-to-end autonomous driving by transferring video dynamics priors to action prediction, but existing methods incur costly test-time future imagination. We present SimWAM, a simple yet…

Reinforcement LearningAutonomous DrivingVideo Generation