Skip to content
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

The characters on the screen do not move. #18

Closed
hansun11 opened this issue Aug 10, 2023 · 8 comments
Closed

The characters on the screen do not move. #18

hansun11 opened this issue Aug 10, 2023 · 8 comments

Comments

@hansun11
Copy link

In the termin, I can see the character's actions, but they are not reflected in the screen:http://localhost:8000/simulator_home. And also the Replaying. The demo can run perfectly.
screen

@tscherrie
Copy link

tscherrie commented Aug 10, 2023

have the same problem and reloading the browser window shows Please start the backend first. which is running without errors

@Mrxyx
Copy link

Mrxyx commented Aug 10, 2023

same problem

1 similar comment
@camilosolanoa
Copy link

same problem

@frankcarey
Copy link

frankcarey commented Aug 10, 2023

So there are currently issues with the backend server you'll need to fix to get it working, but even a single step can take a good 60+ seconds with the 3 character base because openAI is used so much in a sequential manner. During this time (before a movement/N.json file is created) the character isn't going to do anything until eventually the step completes, the movement file is created for that step, and the frontend picks that up, which is confusing for sure. Once that completes though, the time will update and you will see the characters like so..

image

UPDATE: Looks like if the initial starting of a simulation can take a while.. probably the daily planning and other bootstrapping perhaps, but then the characters are sleeping and during that time, they aren't using GPT? I've made a ticket to have characters start in the morning so you aren't waiting so long to see if something is happening too..

#26

@frankcarey
Copy link

frankcarey commented Aug 10, 2023

Please start the backend first. which is running without errors

Yeah, see the ticket for this.. basically you can't refresh the page or look at character details right now or the frontend will break for some reason.

@changeling
Copy link

@frankcarey Could you link to that ticket?

@edom18
Copy link

edom18 commented Aug 13, 2023

I found out why this problem was occurred. reverie.py didn't check and create movement folder in process. I fixed this problem by #55 .

@mberman84
Copy link

Even with the movement folder issue fixed, the simulation completed successfully but replaying it does nothing.

However, when I try to replay one of the example simulations provided with the repo, it works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants