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

fix: startup issue where movement can't be generated #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soplwang
Copy link

@soplwang soplwang commented Aug 12, 2023

Where reverie.py FORKING FROM A PRIOR SIMULATION, there missed movement folder cause following code failed:

# Line 400
curr_move_file = f"{sim_folder}/movement/{self.step}.json"
with open(curr_move_file, "w") as outfile: 
    outfile.write(json.dumps(movements, indent=2))

That's it.


BTW:

  1. removed clustrmaps that maybe spyware according Remove clustrmaps spyware/analytics or make it opt-in #50
  2. fix jQuery and Bootstrap ordering issue
  3. comment out os.remove(f_curr_step) in environment/frontend_server/translator/views.py, that's odd where just refresh on /simulator_home page

@DamascusGit
Copy link

LGTM
working on updating frontend, at least

@known-samy
Copy link

.

cannero added a commit to cannero/generative_agents that referenced this pull request Sep 3, 2023
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

Successfully merging this pull request may close these issues.

3 participants