This commit is contained in:
Enrico Ros
2023-04-11 23:04:17 -07:00
parent 4365b1a262
commit 069694e96f
+8 -8
View File
@@ -8,14 +8,14 @@ Artificial General Intelligence.
### 🌌 Reasoning Systems
| System | Date | Comments | Information |
|:-----------|------------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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) |
| System | Date | Comments | Information |
|:-----------|--------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| AutoGPT | Apr 3 | objective-driven: Execution VM, with Agents | [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) |
| BabyAGI | Apr 2 | objective-driven: Task expander loop | [yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) |
| HuggingGPT | Mar 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 | Mar 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 | Feb 3 | | [[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 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) |
### 🌠 Other Interesting Reads