nickm980 / smallville

Generative Agents for video games. Based on Generative Agents: Interactive Simulacra of Human Behavior
https://nickm980.github.io/smallville/
MIT License
636 stars 50 forks source link

Send observations of surroundings in the example game #18

Open nickm980 opened 1 year ago

nickm980 commented 1 year ago

Observations of surroundings should be sent to the server (state of nearby objects and the nearby agents) whenever

For now, it's fine to have the observations just be the states of the objects and the activities of other agents (the latter would probably help fix issues with multiple agents). smallville#addObservation should work for this requirement