paper-with-me

홈 › Papers

LaPlaSS: Latent Space Planning for Stochastic Systems

2024-04-10 · Marlyse Reeves, Brian C. Williams

Autonomous mobile agents often operate in hazardous environments, necessitating an awareness of safety. These agents can have non-linear, stochastic dynamics that must be considered during planning to guarantee bounded risk. Most state of the art methods require closed-form dynamics to verify plan correctness and safety however modern robotic systems often have dynamics that are learned from data. Thus, there is a need to perform efficient trajectory planning with guarantees on risk for agents without known dynamics models. We propose a "generate-and-test" approach to risk-bounded planning in which a planner generates a candidate trajectory using an approximate linear dynamics model and a validator assesses the risk of the trajectory, computing additional safety constraints for the planner if the candidate does not satisfy the desired risk bound. To acquire the approximate model, we use a variational autoencoder to learn a latent linear dynamics model and encode the planning problem into the latent space to generate the candidate trajectory. The VAE also serves to sample trajectories around the candidate to use in the validator. We demonstrate that our algorithm, LaPlaSS, is able to generate trajectory plans with bounded risk for a real-world agent with learned dynamics and is an order of magnitude more efficient than the state of the art.

📄 PDF Abstract BibTeX arXiv:2404.07063

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory Planning

Similar Papers 제목 키워드 기반

Dialogue Planning via Brownian Bridge Stochastic Process for Goal-directed Proactive Dialogue

2023-05-09 · Jian Wang, Dongding Lin, Wenjie Li

Goal-directed dialogue systems aim to proactively reach a pre-determined target through multi-turn conversations. The key to achieving this task lies in planning dialogue paths that smoothly and coherently direct convers…

Dialogue Generation

In-Context Planning with Latent Temporal Abstractions

2026-02-21 · Baiting Luo, Yunuo Zhang, Nathaniel S. Keplinger, Samir Gupta 외 arxiv

Planning-based reinforcement learning for continuous control is bottlenecked by two practical issues: planning at primitive time scales leads to prohibitive branching and long horizons, while real environments are freque…

Reinforcement LearningContinuous ControlOffline RL

Neural ODE and SDE Models for Adaptation and Planning in Model-Based Reinforcement Learning

2026-03-24 · Chao Han, Stefanos Ioannou, Luca Manneschi, T. J. Hayward 외 arxiv

We investigate neural ordinary and stochastic differential equations (neural ODEs and SDEs) to model stochastic dynamics in fully and partially observed environments within a model-based reinforcement learning (RL) frame…

Reinforcement Learning

Evolutionary Planning in Latent Space

2020-11-23 · Thor V. A. N. Olesen, Dennis T. T. Nguyen, Rasmus Berg Palm, Sebastian Risi

Planning is a powerful approach to reinforcement learning with several desirable properties. However, it requires a model of the world, which is not readily available in many real-life problems. In this paper, we propose…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Scalable Decision-Making in Stochastic Environments through Learned Temporal Abstraction

2025-02-28 · Baiting Luo, Ava Pettet, Aron Laszka, Abhishek Dubey 외

Sequential decision-making in high-dimensional continuous action spaces, particularly in stochastic environments, faces significant computational challenges. We explore this challenge in the traditional offline RL settin…

continuous-controlContinuous ControlDecision MakingOffline RL+1