Replies: 1 comment 1 reply
-
Hi, thanks for reaching out! If an Agent is already placed, the convention is to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am very new to Mesa and am excited about it! However, I am stuck on lesson 7 of the SFI Complexity Explorer Tutorial on Mesa. I am given the following warning when I run the code to place agents:
UserWarning: Agent 4088 is being placed with place_agent() despite already having the position (49, 17). In most cases, you'd want to clear the current position with remove_agent() before placing the agent again.
I have also tested this with the lesson's GitHub code in CoLab and it produces the same result. I see that this warning was added relatively recently, but I am wondering what code I need to use at this stage so that the warning doesn't come up. I want to learn to place only one agent rather than the same agent multiple times (I presume).
Thanks for your help as I am stumped. And thanks for working on this fantastic project. I can't wait to sink my teeth in deeper.
Beta Was this translation helpful? Give feedback.
All reactions