Iterative Planning and Re-planning with Prompt Adjustments
Was this section helpful?
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2022ICLRDOI: 10.48550/arXiv.2210.03629 - Introduces a paradigm for large language models to combine reasoning and acting, enabling them to tackle complex tasks by iteratively generating reasoning traces and task-specific actions. It forms a basis for adaptive agent behavior.
Artificial Intelligence: A Modern Approach, Stuart Russell and Peter Norvig, 2020 (Pearson) - A foundational textbook covering intelligent agents, planning (including execution monitoring and replanning), and problem-solving, providing essential context for agentic systems. (4th edition)
Voyager: An Open-Ended Embodied Agent with Large Language Models, Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Fan, Anima Anandkumar, 2023arXiv preprint arXiv:2305.16291DOI: 10.48550/arXiv.2305.16291 - Demonstrates an LLM-powered embodied agent capable of continuous learning and skill acquisition in a complex, open-ended environment through iterative prompting, reflection, and automated curriculum, showcasing adaptive planning.