Skip to content

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

Open
soplwang wants to merge 1 commit into
joonspk-research:mainfrom
soplwang:wangwl/fix
Open

fix: startup issue where movement can't be generated#55
soplwang wants to merge 1 commit into
joonspk-research:mainfrom
soplwang:wangwl/fix

Conversation

@soplwang

@soplwang soplwang commented Aug 12, 2023

Copy link
Copy Markdown

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
Copy Markdown

LGTM
working on updating frontend, at least

@known-samy

Copy link
Copy Markdown

.

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