This commit is contained in:
Enrico Ros
2023-04-11 23:02:55 -07:00
parent 4924aff2cd
commit 4365b1a262
+2 -6
View File
@@ -6,21 +6,17 @@ Artificial General Intelligence.
🤝 Connect with @enricoros and @fredliubojin before implementing any techniques in this app.
### 🌌 Reasoning Systems
| System | Date | Comments | Information |
|:-----------|------------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| AutoGPT | 2023-04-03 | objective-driven: Execution VM, with Agents | github.com/[Torantulino/Auto-GPT]https://github.com/Torantulino/Auto-GPT |
| BabyAGI | 2023-04-02 | objective-driven: Task expander loop | github.com/[yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) |
| AutoGPT | 2023-04-03 | objective-driven: Execution VM, with Agents | [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) |
| BabyAGI | 2023-04-02 | objective-driven: Task expander loop | [yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) |
| HuggingGPT | 2023-03-30 | Model calls specialized models for input | [[PDF](https://arxiv.org/pdf/2303.17580)] [Solving AI Tasks with ChatGPT and its Friends in HuggingFace](https://arxiv.org/abs/2303.17580) |
| Reflexion | 2023-03-20 | | [[PDF](https://arxiv.org/pdf/2303.11366)] [Reflexion: an autonomous agent with dynamic memory and self-reflection](https://arxiv.org/abs/2303.11366) |
| DEPS | 2023-02-03 | | [[PDF](https://arxiv.org/pdf/2302.01560)] [Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents](https://arxiv.org/abs/2302.01560) |
| ReAct | 2022-10-06 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) |
### 🌠 Other Interesting Reads
| What | Link |