Skip to content
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

Add movement methods to AgentContainer #82

Open
adamamer20 opened this issue Aug 26, 2024 · 0 comments
Open

Add movement methods to AgentContainer #82

adamamer20 opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
enhancement Improvements to existing features or performance.

Comments

@adamamer20
Copy link
Collaborator

adamamer20 commented Aug 26, 2024

Currently, agent movement requires calling space methods (e.g. self.space.move_to_empty(agents=agents)).

Proposal: Add methods to AgentContainer that directly call the underlying space methods (e.g. self.move_to_empty()).

This would simplify agent movement operations.

@adamamer20 adamamer20 added the enhancement Improvements to existing features or performance. label Aug 26, 2024
@adamamer20 adamamer20 changed the title Add movement methods to AgentSetDF Add movement methods to AgentContainer Aug 26, 2024
@adamamer20 adamamer20 self-assigned this Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features or performance.
Projects
None yet
Development

No branches or pull requests

1 participant