AIOct 22, 2018

MGP: Un algorithme de planification temps réel prenant en compte l'évolution dynamique du but

arXiv:1810.10908v1
Originality Incremental advance
AI Analysis

This addresses the challenge of enabling intelligent robots or agents to interact with humans by adapting to goal evolutions, representing an incremental improvement in planning methods.

The paper tackles the problem of real-time planning for agents that must adapt to dynamically changing goals, introducing the Moving Goal Planning (MGP) algorithm to efficiently adjust plans by delaying new searches and incrementally updating the search tree. Evaluation results demonstrate its effectiveness, though specific performance numbers are not provided.

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 parsimonious strategy to update incrementally the search tree at each new search that reduces the number of calls to the heuristic function and speeds up the search. Finally, we show evaluation results that demonstrate the effectiveness of our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes