TensorX
返回文献探索

Paper · arXiv 2402.14083

Beyond A*: Better Planning with Transformers via Search Dynamics Bootstrapping

Lucas Lehnert, Sainbayar Sukhbaatar, Paul Mcvay, Michael Rabbat, Yuandong Tian

47 upvotesFebruary 21, 2024arXiv 预印本
AI 摘要

Searchformer, a Transformer model, outperforms traditional $A^*$ search by optimizing Sokoban puzzle solutions with fewer steps and demonstrates superior performance on maze navigation and more complex tasks.

TransformersSearchformerencoder-decodersymbolic planningSokoban$A^*$ searchtoken sequenceablation studiesmaze navigation

Abstract

While Transformers have enabled tremendous progress in various application settings, such architectures still lag behind traditional symbolic planners for solving complex decision making tasks. In this work, we demonstrate how to train Transformers to solve complex planning tasks and present Searchformer, a Transformer model that optimally solves previously unseen Sokoban puzzles 93.7% of the time, while using up to 26.8% fewer search steps than standard A^* search. Searchformer is an encoder-decoder Transformer model trained to predict the search dynamics of A^*. This model is then fine-tuned via expert iterations to perform fewer search steps than A^* search while still generating an optimal plan. In our training method, A^*'s search dynamics are expressed as a token sequence outlining when task states are added and removed into the search tree during symbolic planning. In our ablation studies on maze navigation, we find that Searchformer significantly outperforms baselines that predict the optimal plan directly with a 5-10times smaller model size and a 10times smaller training dataset. We also demonstrate how Searchformer scales to larger and more complex decision making tasks like Sokoban with improved percentage of solved tasks and shortened search dynamics.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Beyond A*: Better Planning with Transformers via Search Dynamics Bootstrapping | TensorX