sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "random" type of `Agent`

Grufoony opened this issue · comments

We should implement an agent type which moves basing on probability:
it should have like an array of 3/4 values that are the probability to turn left/right/go straight or return back.