Replies: 2 comments 1 reply
-
Thanks for reporting this. I can confirm that this is a bug in The relevant code in for cell in model.grid.all_cells:
agent = cell.agents[0]
x, y = cell.coordinate |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am glad to mention that I was of some use, I think was being caused by some outdated line of code, by changing the code from:
to this:
I was able to run the model via Streamlit, I hope this gets counted as my contribution, :)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just joined the community, and I'm having trouble running the basic example, Conway's Game of Life via streamlit, I'm getting a weird error:
Any thoughts on this, also you have any roadmap or beginner guide as to what models kind of models I should inspect and build?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions