We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa1948 commit e4e92f4Copy full SHA for e4e92f4
mesa/examples/advanced/pd_grid/model.py
@@ -32,7 +32,9 @@ def __init__(
32
if payoffs is not None:
33
self.payoff = payoffs
34
35
- PDAgent.create_agents(self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells)
+ PDAgent.create_agents(
36
+ self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells
37
+ )
38
39
self.datacollector = mesa.DataCollector(
40
{
0 commit comments