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

How can I interview each agent after the simulation? #165

Open
nknakhr opened this issue Aug 21, 2024 · 3 comments
Open

How can I interview each agent after the simulation? #165

nknakhr opened this issue Aug 21, 2024 · 3 comments

Comments

@nknakhr
Copy link

nknakhr commented Aug 21, 2024

The simulation has been completed. According to the paper, it seems that they conducted interviews with each agent after the simulation. How can I interview each agent after the simulation?

@PandaraWen
Copy link

Same question here, how to interview each agent after simulation?

@samemon
Copy link

samemon commented Sep 12, 2024

Did anyone figure it out?

@drudilorenzo
Copy link

drudilorenzo commented Oct 10, 2024

Hey, I did!

You can look at this file for all the available commands: https://github.com/joonspk-research/generative_agents/blob/main/reverie/backend_server/reverie.py#L569

To start a chat session with one of the agents do the following steps:

  1. Run backend: python reverie.py
  2. Specify forked sim: e.g. base_the_ville_isabella_maria_klaus
  3. When you see Enter option: pass the command call -- analysis <name character> (e.g. call -- analysis Isabella Rodriguez)

There are more commands available, take a look at the file I have linked!

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

4 participants