Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangael/crowd-move-simulation
Crowd move simulation in python
https://github.com/ivangael/crowd-move-simulation
matplotlib numpy python simulation
Last synced: 7 days ago
JSON representation
Crowd move simulation in python
- Host: GitHub
- URL: https://github.com/ivangael/crowd-move-simulation
- Owner: IvanGael
- Created: 2024-05-09T18:06:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:36:27.000Z (6 months ago)
- Last Synced: 2024-05-09T19:35:33.291Z (6 months ago)
- Topics: matplotlib, numpy, python, simulation
- Language: Python
- Homepage:
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crowd move simulation
## Simulation 1
![Simulation1](demos/simul1.gif)
## Simulation 2 (obstacle avoidance and goal-seeking)
- Agents avoid obstacles in their path.
- Agents have different types of goals (e.g., avoiding certain areas, seeking specific locations).![Simulation2](demos/simul2.gif)
## Simulation 3 (dynamic destinations for agents)
destinations for agents are updated every 100 steps![Simulation3](demos/simul3.gif)
## Simulation 4 (collision avoiding with other agents)
![Simulation4](demos/simul4.gif)