-
Notifications
You must be signed in to change notification settings - Fork 44.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Memory Challenge C * Working cassettes * Doc fixes * Linting and doc fix * Updated cassette * One more cassette try --------- Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
- Loading branch information
1 parent
08bc8ff
commit dc95959
Showing
4 changed files
with
697 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Memory Challenge C | ||
|
||
**Status**: Current level to beat: level 2 | ||
|
||
**Command to try**: | ||
``` | ||
pytest test/test_memory/test_memory_challenge_c.py::test_memory_challenge_c --level=2 | ||
`` | ||
## Description | ||
The agent, Follow-Instructions-GPT, has the following goals: | ||
- Use the command `read_file` to read the `instructions_1.txt` file. | ||
- Follow the instructions in the `instructions_1.txt` file. | ||
The challenge involves a series of text files containing instructions and silly phrases. The agent must follow the instructions and keep track of the task IDs as it progresses through the files. | ||
## Files | ||
- `instructions_1.txt` | ||
The current phrase is "The purple elephant danced on a rainbow while eating a taco.".\n[NOISE intended to confuse the agent] | ||
Read the file instructions_2.txt using the read_file command. | ||
- `instructions_2.txt` | ||
The current phrase is "The sneaky toaster stole my socks and ran away to Hawaii.".\n[NOISE intended to confuse the agent] | ||
Read the file instructions_3.txt using the read_file command. | ||
...and so on. | ||
- `instructions_n.txt` | ||
The current phrase is "My pet rock sings better than Beyoncé on Tuesdays." | ||
Write all the phrases into the file output.txt. The file has not been created yet. After that, use the task_complete command. | ||
## Objective | ||
The objective of this challenge is to test the agent's ability to follow instructions and maintain memory of the task IDs throughout the process. The agent successfully completed this challenge if it wrote the phrases in a file. | ||
This is presumably harder than task ids as the phrases are longer and more likely to be compressed as the agent does more work. |
This file contains 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
Oops, something went wrong.
dc95959
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./
docs-git-master-auto-gpt.vercel.app
docs-auto-gpt.vercel.app
auto-gpt-docs.vercel.app
docs.agpt.co