-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this simulator still working? #177
Comments
I run this like a month ago try it out
https://github.com/drudilorenzo/generative_agents
Luis E Silva Vargas
…On Tue, Jan 7, 2025 at 9:27 PM vmatter ***@***.***> wrote:
Hi everyone,
I would really like to use this simulator in my dissertation. However,
from what I have tested so far, there are lots of errors. I tried to fix
the TOKEN LIMIT EXCEEDED error and the static images, but honestly, no luck
from my side.
Does anyone have a stable version of this simulator? Or do you guys know
any other context simulator?
Best Regards
—
Reply to this email directly, view it on GitHub
<#177>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGZYDIL5YQAYQCBPEJJ77T2JSEJVAVCNFSM6AAAAABUY5PKC2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG43TIMBZGQYDKOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
i dont think so, i also tryed https://github.com/drudilorenzo/generative_agents please msg me if anyone has a working version ! |
Hi @LuisESV and @ornery8x, I was able to reach the option's part after lots of fixes to run it on Windows, but it does not show anything: And tons of issues when I execute the command The steps that I executed so far to reach this part above on Windows: Step 1 - In Anaconda Prompt: Step 2 - In Anaconda Prompt: Step 3 - In Anaconda Prompt: Step 4 - Changed the run_frontend.sh file
Step 5 - In Anaconda Prompt (separated prompt, needed for the front_end): Step 6 - Changed run_backend.sh
Step 7 - In Anaconda Prompt fixed issue "with init() got an unexpected keyword argument 'proxies'" Step 8 - Updated the strftime in "C:\Users**<MY_USER>\anaconda3\envs\simulacra\Lib\site-packages\openai_cost_logger\openai_cost_logger.py" since Windows doesn't allow colons (:) in file or folder names. You need to replace the colons in the timestamp used in filenames.** Replace: Replace: Replace: Step 9 - Changed run_backend_automatic.sh
Step 10 - In Anaconda Prompt: Now I am trying to find out why the rest is not working... |
Ok, I think I solved the issue below: I replaced every reference of "gpt-35-turbo-0125" with "gpt-3.5-turbo". |
I found out that if you execute only once the url "http://localhost:8000/simulator_home" and never refresh it the image appears: But if you refresh the page you face the issue "Please start the backend first.": From what I checked, even with the code "running without errors" the sprites do not move, but the different contexts appear below. I must say that I must still check what is causing this issue. Well, huge progress for today, at least the context generation of the simulator seems to be working. |
Hi everyone,
I would really like to use this simulator in my dissertation. However, from what I have tested so far, there are lots of errors. I tried to fix the TOKEN LIMIT EXCEEDED error and the static images, but honestly, no luck from my side.
Does anyone have a stable version of this simulator? Or do you guys know any other context simulator?
Best Regards
The text was updated successfully, but these errors were encountered: