simonbrewer / pjwoodlands

0 stars 2 forks source link

Model gets stuck in behaviorspace #13

Open simonbrewer opened 1 year ago

simonbrewer commented 1 year ago

@wilsonkurt I've done a little checking and it seems to get stuck where there are no trees. I tried adding a stop condition at the start of go, but it doesn't fix it. I wonder if this occurs when the forager takes the last tree during their search (so they continue looking). Maybe we can add a condition to stop the search if there are no trees left?

simonbrewer commented 1 year ago

Am running now with a stop condition on the foraging behavior