paper-with-me

홈 › Papers

Risk Conditioned Neural Motion Planning

2021-08-04 · Xin Huang, Meng Feng, Ashkan Jasour, Guy Rosman, Brian Williams

Risk-bounded motion planning is an important yet difficult problem for safety-critical tasks. While existing mathematical programming methods offer theoretical guarantees in the context of constrained Markov decision processes, they either lack scalability in solving larger problems or produce conservative plans. Recent advances in deep reinforcement learning improve scalability by learning policy networks as function approximators. In this paper, we propose an extension of soft actor critic model to estimate the execution risk of a plan through a risk critic and produce risk-bounded policies efficiently by adding an extra risk term in the loss function of the policy network. We define the execution risk in an accurate form, as opposed to approximating it through a summation of immediate risks at each time step that leads to conservative plans. Our proposed model is conditioned on a continuous spectrum of risk bounds, allowing the user to adjust the risk-averse level of the agent on the fly. Through a set of experiments, we show the advantage of our model in terms of both computational time and plan quality, compared to a state-of-the-art mathematical programming baseline, and validate its performance in more complicated scenarios, including nonlinear dynamics and larger state space.

📄 PDF Abstract BibTeX arXiv:2108.01851

Code (1)

cyrushx/risk_sac 공식 구현

Tasks

Deep Reinforcement LearningMotion Planning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
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…
Adam 설명 없음
Soft Actor Critic Soft Actor Critic, or SAC, is an off-policy actor-critic deep RL algorithm based on the maximum entropy reinforcement learning framework. In this framework, the actor aims…

Similar Papers 제목 키워드 기반

CorrRisk-WM: Corridor-Conditioned Risk World Modeling for Safety-Critical Trajectory Planning

2026-09-15 · Tingyu Guo, Reza Langari arxiv

Safe local planning requires forecasting surrounding-agent motion and evaluating candidate-specific risks, since identical agent motion can pose different risks to different ego trajectories. We present CorrRisk-WM, a pl…

Trajectory Planning

Bridging Predictive Uncertainty and Safe Action: Sample-Conditioned Differentiable Planning for Autonomous Driving

2026-06-02 · Chengzhen Meng, Pei Liu, Zhiyu Huang, Chen Lv 외 arxiv

Complex, dynamic, and interactive driving environments pose significant challenges for autonomous driving, primarily due to the pervasive uncertainty of surrounding traffic. A fundamental bottleneck in current systems is…

Computational EfficiencyAutonomous DrivingMotion Planning

Partially Observable Task and Motion Planning with Uncertainty and Risk Awareness

2024-03-15 · Aidan Curtis, George Matheos, Nishad Gothoskar, Vikash Mansinghka 외

Integrated task and motion planning (TAMP) has proven to be a valuable approach to generalizable long-horizon robotic manipulation and navigation problems. However, the typical TAMP problem formulation assumes full obser…

Motion PlanningTask and Motion Planning

Grasp-Then-Plan with Failure Attribution: A Closed Two-Stage Framework for Precise and Generalizable Robotic Manipulation

2026-06-02 · Jiahao Xu, Peiyuan Wang, Hanzhuo Zhang, Zihao Yu 외 arxiv

In robotic manipulation, the tight coupling between grasping and motion planning often obscures the true source of failure, leading to inefficient trial-and-error. To enable efficient long-horizon manipulation, we propos…

Motion Planning

NavThinker: Action-Conditioned World Models for Coupled Prediction and Planning in Social Navigation

2026-03-16 · Tianshuai Hu, Zeying Gong, Lingdong Kong, XiaoDong Mei 외 arxiv

Social navigation requires robots to act safely in dynamic human environments. Effective behavior demands thinking ahead: reasoning about how the scene and pedestrians evolve under different robot actions rather than rea…

Reinforcement Learning