MGP: Un algorithme de planification temps r\'eel prenant en compte l'\'evolution dynamique du but
Damien Pellier, Micka\"el Vanneufville, Humbert Fiorino, Marc, M\'etivier, Bruno Bouzy

TL;DR
This paper introduces Moving Goal Planning (MGP), a real-time planning algorithm that efficiently adapts to dynamic goal changes by delaying searches and incrementally updating plans, inspired by Moving Target Search methods.
Contribution
The paper presents a novel planning algorithm that effectively handles evolving goals in real-time by combining strategies to minimize search iterations and heuristic computations.
Findings
MGP reduces search iterations compared to traditional methods.
The approach effectively adapts to goal changes in dynamic environments.
Evaluation demonstrates improved efficiency and responsiveness of MGP.
Abstract
Devising intelligent robots or agents that interact with humans is a major challenge for artificial intelligence. In such contexts, agents must constantly adapt their decisions according to human activities and modify their goals. In this paper, we tackle this problem by introducing a novel planning approach, called Moving Goal Planning (MGP), to adapt plans to goal evolutions. This planning algorithm draws inspiration from Moving Target Search (MTS) algorithms. In order to limit the number of search iterations and to improve its efficiency, MGP delays as much as possible triggering new searches when the goal changes over time. To this purpose, MGP uses two strategies: Open Check (OC) that checks if the new goal is still in the current search tree and Plan Follow (PF) that estimates whether executing actions of the current plan brings MGP closer to the new goal. Moreover, MGP uses a…
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
TopicsScheduling and Optimization Algorithms
