dafrontman

Results 7 comments of dafrontman

Issue #111 fix I figured this one out. It's just a string parsing issue. The duration variable in line 378 gets messed up because the code earlier in the function...

> > Issue #111 fix > > I figured this one out. It's just a string parsing issue. The duration variable in line 378 gets messed up because the code...

> Hi @drudilorenzo, thanks for your fork! > > I run into the same error with your fork as I do with the original repository: [#97 (comment)](https://github.com/joonspk-research/generative_agents/issues/97#issue-1872403085) > > It...

> @dafrontman Hmmm, thanks for your advice. I did the following: > > terminal 1: > > ``` > cd environment/frontend_server > python manage.py runserver > ``` > > terminal...

I figured this one out. It's just a string parsing issue. The duration variable in line 378 gets messed up because the code earlier in the function is expecting the...

> I figured this one out. It's just a string parsing issue. The duration variable in line 378 gets messed up because the code earlier in the function is expecting...