2021-Angourakis-001, (Last updated: 2022-09-22)
Angourakis, Andreas (Author, Copyright Holder, Creator)
Go to repository | Download (0.72 MB) |
Algorithm
Python
Modelling: | agent behaviour (self) |
Programming: | Object-oriented Nondeterministic |
Regions: | |
Periods: | |
Subjects: | random walk |
Click on nodes for details
by Andreas Angourakis (NASSA submission 🚀)
An Python implementation of random walk in 2D space based on agent
angle orientation and step distance. It defines an agent class
Walker
capable of random walk movement based on random
angle and movement step distance in a continuous 2D space.
MIT
demonstration.ipynb
:
Jupyter Notebook using the Python implementation that sets up a workflow
for executing several random walks and plotting them. It also includes a
demonstration of the test methods.
See full list of documentation resources in documentation
.