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 d4db7f3 commit 46f47fdCopy full SHA for 46f47fd
examples/WolfSheep/Readme.md
@@ -10,4 +10,11 @@ Another ABM standard. Wolf and sheep wander around the grid randomly and reprodu
10
- Dynamically adding and removing agents from the schedule
11
- (Eventually) visualizing a layered grid, with a grass layer, a wolf layer and a sheep layer.
12
13
+### To run this example
14
15
+* Launch the model
16
+```python
17
+python WolfSheepServer.py
18
+```
19
+* Visit your browser: http://127.0.0.1:8888/
20
+* In your browser hit *reset*, then *run*
0 commit comments