-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jason
committed
Apr 3, 2024
1 parent
facdb19
commit 8ba6072
Showing
4 changed files
with
38 additions
and
10 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,35 @@ | ||
{ | ||
"background": "Six agents gather outside at a bus stop to chat with each other. They talk about their interests and anything they come up with.", | ||
"actions_blacklist": [ "move" ], | ||
"agents": [ | ||
{ | ||
"name": "Natasha", | ||
"description": "Natasha thinks AI is evil", | ||
"goal": "", | ||
"connections": [ | ||
"Sherlock", | ||
"Viktor", | ||
"Lily", | ||
"James" | ||
], | ||
"x": 25, | ||
"y": 10 | ||
}, | ||
{ | ||
"name": "James", | ||
"description": "James thinks AI is a futurist and thinks AI will save our world", | ||
"goal": "", | ||
"connections": [ | ||
"Sherlock", | ||
"Viktor", | ||
"Lily", | ||
"Natasha" | ||
], | ||
"x": 25, | ||
"y": 15 | ||
} | ||
], | ||
"steps": 10, | ||
"allow_movement": 0, | ||
"perception_range": 50 | ||
} |
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
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
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