File size: 716 Bytes
7bf9357 f64cda7 7bf9357 c219035 dcddc27 c219035 b5a507d f64cda7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Random Walk Visualization
emoji: π
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 3.44.4
app_file: app.py
pinned: false
---
Web-App that does 2D random walk-visualization for 1 agent, alongside providing the traced path and some associated statistics.
Use it at this site : - https://huggingface.co/spaces/DebasishDhal99/Random-Walk-Visualization
Example: -
- Random walk by a single particle, with statistics.
<p align="center">
<img src="images/single_particle.png" alt="">
</p>
- Random walk by many particles.
<p align="center">
<img src="images/multi_particle.png" alt="">
</p>
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |