You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mesa/examples/basic/boltzmann_wealth_model/Readme.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,6 @@ As the model runs, the distribution of wealth among agents goes from being perfe
12
12
13
13
To follow the tutorial example, launch the Jupyter Notebook and run the code in ``Introduction to Mesa Tutorial Code.ipynb`` which you can find in the main mesa repo [here](https://github.com/projectmesa/mesa/blob/main/docs/tutorials/intro_tutorial.ipynb)
14
14
15
-
Make sure to install the requirements first:
16
-
17
-
```
18
-
$ pip install -r requirements.txt
19
-
```
20
15
21
16
To launch the interactive server, as described in the [last section of the tutorial](https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html#adding-visualization), run:
22
17
@@ -30,6 +25,7 @@ If your browser doesn't open automatically, point it to [http://127.0.0.1:8765/]
30
25
## Files
31
26
32
27
*``model.py``: Final version of the model.
28
+
*``agents.py``: Final version of the agent.
33
29
*``app.py``: Code for the interactive visualization.
0 commit comments