DDPEN: Trajectory Optimisation With Sub Goal Generation Model
Aleksander Gamayunov, Aleksey Postnikov, Gonzalo Ferrer

TL;DR
This paper introduces DDPEN, a novel method that enhances differential dynamic programming by integrating a deep learning model to generate sub-goals, effectively avoiding local minima and enabling real-time trajectory optimization in complex environments.
Contribution
The paper presents a new approach combining DDP with a deep model for sub-goal generation to escape local minima in trajectory optimization.
Findings
Successfully avoids local minima in trajectory planning.
Enables real-time execution of long trajectories with obstacles.
Demonstrates effectiveness in simulated environments.
Abstract
Differential dynamic programming (DDP) is a widely used and powerful trajectory optimization technique, however, due to its internal structure, it is not exempt from local minima. In this paper, we present Differential Dynamic Programming with Escape Network (DDPEN) - a novel approach to avoid DDP local minima by utilising an additional term used in the optimization criteria pointing towards the direction where robot should move in order to escape local minima. In order to produce the aforementioned directions, we propose to utilize a deep model that takes as an input the map of the environment in the form of a costmap together with the desired goal position. The Model produces possible future directions that will lead to the goal, avoiding local minima which is possible to run in real time conditions. The model is trained on a synthetic dataset and overall the system is evaluated at…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Reinforcement Learning in Robotics
