google-deepmind / concordia

A library for generative social simulation
Apache License 2.0
497 stars 96 forks source link

AttributeError: 'AssociativeMemory' object has no attribute 'sample_text' #67

Closed austinmw closed 2 months ago

austinmw commented 2 months ago

image

jzleibo commented 2 months ago

Looks like you passed a memory somewhere you were supposed to pass a model?

austinmw commented 2 months ago

@jzleibo I did not change any code in the calendar.ipynb example, so it looks like there is a bug in the codebase.

austinmw commented 2 months ago

@jzleibo Line 43 of the build_agent function in calendar.ipynb example passes mem as the first argument to BasicAgent, when it should be model.