[最终作业] ST2516502 王春安 - 01 Agent - 记忆增强型文本交互智能体系统 - #53
Open
wca-159 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
**实现方式:**基于 TextWorld 仿真环境、通义千问大模型(Qwen)与 FAISS 向量检索库,构建具备记忆与知识复用能力的大模型智能体。


**创新性:**本项目的核心创新在于将分层记忆机制、RAG 向量检索、自动规则提炼与 ReAct 智能体框架深度融合,有效解决了传统 ReAct 智能体无历史记忆、易重复执行失败动作、探索效率低等问题。
系统构建了记忆存储 — 向量检索 — 经验复用 — 规则提炼 — 决策优化的完整闭环,通过量化对比实验验证记忆模块对任务完成率、执行步数、决策有效性的提升效果,为面向多步决策任务的大模型智能体提供了可落地、可复现的经验复用方案。
项目独立代码仓库链接:
https://github.com/wca-159/Agent-WCA
使用模型 千问
执行结果截图