-
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
Simulator showing a static image without animation #52
Comments
so do i. do you know how to fix it? |
I have the same issue. I also checked whole city map using arrow keys but I wasn't able to see any animations. I also found out the list of characters didn't show information up. |
同样的问题,而且不能保存 |
same issue, how to solve it |
同样 的问题,prompt上面有输出,但是画面没有显示 |
Same issue. I thought reloading it in browser might update the image, but it just shows "Please start the backend first." instead of any images. |
If you are developers from China mainland (like me), this problem may come from openai api failure. When excuting step 3 in README.md, frontend server keeps printing ""POST /update_environment/ HTTP/1.1" 200 14" and nothing new appears in backend server. At least it works this way on my machine. To solve it, I add these code in reverie/backend_server/utils.py: |
I solved the issue by creating The problem is |
Thanks, but where exactly should I put a "movement" folder in the directory structure? Should I put anything else in the folder or just make a folder. Apologies if this was covered somewhere else but I could not find it. |
Thanks. I think it is discussed here: #44 (comment) |
Yes, you're right. You can fix that by adding codes to |
same issue , and i have tried to create movement folder following #55 , it doesn't work . |
same issue, how to solve it |
P.S: I also tried to create movement folder manually in case that's the problem (because that code that I inserted still doesn't creating that folder for some reason) and the new movement chunks (like 0,1,2,3,4,etc) in .json format in that folder are still not created automatically for my simulation and the simulation base: base_the_ville_isabella_maria_klaus so we can't see our agents and time moving we can only see it moving by playing saved by default replays because those replays like: July1_the_ville_isabella_maria_klaus-step-3-1 and etc have movement folder and those movement chunks in json format inside movement folder present. |
they are sleeping in the first 2000 steps or more, be patient. After 6 am, IR will start to move. |
agents processing information while sleeping or having REM phase? |
As you can see from my image it says that agent is working at the counter thought. But the agent didn't move at all since I started the simulation. |
They plan their scheduler and do everything they supposed to do but we can't see it actually happening we can only see their actions in the console window though. |
Just wait for them. In the first step they will plan for a long time. When they are planning, they do not move. After they finish planning(it costs a long time), they will start to sleep, and in your cmd window you will see lines run fast. Then when it comes to the 2000th step or more, 6 am in the simulated town, IR will start to move. So just wait. |
You can run a demo first to see what will happen if everything is ok |
I believe they do nothing while sleeping. |
What demo? You mean replays? Default replays are working great because agents movement information being saved properly to the movement folder during the simulation. We are not talking about replay here we are talking about simulation not working as it should with local LLMs though. It may work with GPT4 but many countries have no access to it and it pointless to make it online service only and it should support local LLMs in the first place. |
I am having the same issue where the browser is not updating the gamestate to show anyone do any movements. It seems to be working as it is showing actions by the agents, but the map and characters and current time are not updating in any way. |
I am able to run the replays fine. But the simluation is not running when I am trying to see it live via: http://localhost:8000/simulator_home |
have you resolved?
|
同样的问题依旧存在,画面不动 |
|
When I run the simulation and go to
http://localhost:8000/simulator_home
, the page just displays the static image below. The commandrun 20
seems to run without obvious error but no characters and animation show up.The text was updated successfully, but these errors were encountered: