Paitesanshi / LLM-Agent-Survey

2.48k stars 148 forks source link

I'd like to share recent work "Empowering Large Language Model Agents through Action Learning" #24

Open zhao-ht opened 5 months ago

zhao-ht commented 5 months ago

Hello,

Thanks for your comprehensive and inspiring paper list! I'd like to share our recent work titled "Empowering Large Language Model Agents through Action Learning," which may be of interest to the paper list readers. The paper may be added to the Planning Section.

Paper: https://arxiv.org/abs/2402.15809 Code: https://github.com/zhao-ht/LearnAct This work proposes the LearnAct framework, which employs an iterative learning approach to dynamically create and refine learnable actions (skills). By evaluating and amending actions in response to errors observed during unsuccessful training episodes, LearnAct systematically increases the efficiency and adaptability of actions undertaken by Large Language Model (LLM) agents. The experiment conducted within the contexts of Robotic Planning and Alfworld environments demonstrated that LearnAct can significantly enhance agent performance on given tasks.

I hope this contributes to the great paper list!

Paitesanshi commented 4 months ago

Hi, thank you for your contribution! We are currently preparing the third version of our survey, and we will certainly include this paper in our research and repository.