Jianing Qi
Results
12
comments of
Jianing Qi
> Address this issue by setting `scripts/zero2.json` or `scripts/zero3.json` > > ```json > { > "overlap_comm": false > } > ``` Thanks! Solved my issue
Okay I solved it by adding following lines in reverie.py file: ``` for persona_name, persona in self.personas.items(): persona.scratch.curr_time = self.curr_time ``` right before the line `load_history_via_whisper(self.personas, clean_whispers)` on line 591...