Mesa mixes up agent objects and runs another agent's step
method
#1291
-
Hi. I ran into an issue that I feel like is a bug, because it works fine for multiple steps then stops working after. Assume that I have two agent classes, The traceback states that It therefore seems like mesa mixed up the two agent objects' methods, leading to an error. Has anyone experienced this? It's possible that there's a problem with my code, which I am not able to find. Any hints welcomed!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
If you have a GitHub repo I can checkout, it will be much easier to debug. |
Beta Was this translation helpful? Give feedback.
-
@rht One more thing I thought I ask here to get a quick answer. I hope you don't mind. How do I get a video recording of the model running? Besides doing a screen recording, is there a way to do it from mesa? |
Beta Was this translation helpful? Give feedback.
If you have a GitHub repo I can checkout, it will be much easier to debug.
Edit: answer can be found in the thread below.