-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please add move function in class Agent #845
Comments
Would this be substantially simpler than the built-in move_agent function in the model? To me, it seems that what you desire can be done quite elegantly already using, for example, the code below. However, please correct me if I don't fully understand your problem.
|
Thank you for your advice. I realized I hadn't correctly described what was bothering me. |
Now I better understand your question, that is indeed a feature that I would appreciate as well. It would be especially useful for those who are new to ABM! |
Nice to hear from you. I checked the Agents.jl of Julia and it has a good implementation (Here is an Example). However, I prefer Python's versatility and I believe Mesa can make it too, though it may need much work to implement a more flexible version of turtle in the visualization module. |
What's the problem this feature will solve?
For models like
langton ant
and other more complex model, a function of move can simplify much of work.Describe the solution you'd like
The following is the codes I suppose to have:
Additional context
The text was updated successfully, but these errors were encountered: