AI Agent与强化学习学习仓库
Agent-DecisionMaking/
├── agent-basics/ # Agent基础实现
│ ├── react-agent/ # ReAct Agent
│ ├── rag-system/ # RAG系统
│ └── multi-agent/ # 多Agent协作
├── rl-practice/ # 强化学习实践
│ ├── kaiwu-platform/ # 开悟平台练习
│ │ └── gorge-walk-v2/ # 峡谷漫步项目
│ └── q-learning/ # Q-Learning实现
├── projects/ # 实践项目
│ └── intelligent-assistant/ # 智能助手
└── study-notes/ # 学习笔记
- Python 3.10+
- 强化学习:Q-Learning, DQN, PPO
- Agent框架:LangChain, AutoGen
- 向量数据库:ChromaDB, FAISS
git clone git@github.com:qian-le/Agent-DecisionMaking.git
cd Agent-DecisionMaking- GitHub: @qian-le
MIT License