issues Search Results · repo:projectmesa/mesa-frames language:Python
Filter by
83 results
(68 ms)83 results
inprojectmesa/mesa-frames (press backspace or delete to remove)📝 Description
Lets say we have a multi agent AgentsDF
agent1 : wealth , age agent2 : age
if agents_df : AgentsDF has these 2 agents and then agents_df[ wealth ] will raise an error
🔄 Steps to Reproduce ...
bug
Ben-geo
- 1
- Opened 25 days ago
- #163
when selecting agent from agentsDF the return comes as agent to value mapping
w = model.agents[ wealth ]
for k,v in w.items():
print(k)
Code to reproduce
class ExampleAgentSet1(AgentSetPolars): ...
enhancement
Ben-geo
- 1
- Opened 25 days ago
- #162
🤔 Problem Description
Users should use a single seed across the entire database and we should make it easy to change it and view it anywhere.
Currently is implemented in ModelDF, but it s not exposed ...
feature
good first issue
Sprints!
adamamer20
- Opened on Jun 7
- #159
🤔 Problem Description
After merging PR #143, we will have Beartype on every method, but nothing automatically verifies that each concrete
class still honors the abstract class’s type hints.
A small drift—e.g. ...
feature
adamamer20
- 2
- Opened on Apr 24
- #149
🤔 Problem Description
Currently, agentsets are stored in a list (e.g., self.agentsets[0] for sheep, self.agentsets[1] for wolves in wolf-sheep
model ), which relies on indexing. While functional, this ...
enhancement
good first issue
Sprints!
Ben-geo
- 2
- Opened on Apr 9
- #146
We have Numba integration in Sugarscape example, but no proper comprehensive doc on how to effectively use it for other
models. Numba s usage isn t well-documented in the main documentation. The Sugarscape ...
docs
suryanshgargbpgc
- 3
- Opened on Mar 24
- #133
🤔 Problem Description
mesa-frames is primarily focused on speed and performance improvements. To maintain this focus, every PR merged into the
main branch should be automatically benchmarked through CI/CD ...
ci
good first issue
adamamer20
- 2
- Opened on Mar 23
- #129
🤔 Problem Description
Mesa 3.0 includes several significant upgrades. To ensure compatibility and take advantage of the latest improvements,
we should update the Sugarscape example to reflect the new ...
examples
good first issue
Sprints!
adamamer20
- Opened on Mar 23
- #128
📝 Description
the function agentsets_by_type(self) in the file agents.py won t work with duplicate types it will only store the latest
agents_df
🔄 Steps to Reproduce
No response
🎯 Expected Behavior ...
bug
Ben-geo
- 8
- Opened on Mar 18
- #124
The DataFrameMixin was originally introduced in the space module to share functionalities between GridPandas and
GridPolars. Since the pandas implementation has now been deprecated, this mixin is no longer ...
maintenance
adamamer20
- 6
- Opened on Mar 18
- #122

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.