Git Product home page Git Product logo

Comments (4)

MiracleZeroPenguin avatar MiracleZeroPenguin commented on July 21, 2024 1

I also encountered the same problem. Let me share my current solution.
I use traceback.print_exc() to trace the cause of the exception thrown at line 597 of reverie.py:

Traceback (most recent call last):
   File "**\reverie\backend_server\reverie.py", line 469, in open_server
     rs.start_server(int_count)
   File "**\reverie\backend_server\reverie.py", line 402, in start_server
     with open(curr_move_file, "w") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '../../environment/frontend_server/storage/test0808/movement/0.json'

In order to solve this error, I manually created the movement folder in the specified directory, and I was able to run the step successfully. I use base_the_ville_isabella_maria_klaus as forked simulation, and test0808 is the name of the new simulation.

from generative_agents.

joonspk-research avatar joonspk-research commented on July 21, 2024

+1 to MiracleZeroPenguin. Technically, the movement folder should be getting generated automatically as well (for some reason if it isn't, manually creating one should do the trick though).

from generative_agents.

technopremium avatar technopremium commented on July 21, 2024

Yes but when I create a folder inside the project, then when I start the simulation it said that the simulation name exist and it doesnt start again, can you guys update the source code so when we launch it it will create the movement folder properly.

Thanks.

from generative_agents.

wolfgangjblack avatar wolfgangjblack commented on July 21, 2024

This did not work for me - ##5

from generative_agents.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.