eighthill / Slime_Mold_Simulation

A student project simulating smile mold🧫
MIT License
6 stars 0 forks source link

Rotate towards sensors #53

Closed Krabgalasch closed 8 months ago

Krabgalasch commented 8 months ago

The logic for the rotation towards the sensors needs to be updated. Right now we only rotate slightly towards other agents when they get close.

Here is an example: Screenshot 2024-02-16 201439

Isabelle-Gbl commented 8 months ago

for documentation: We have the options here if two sensores that are next to each other detect the same amount of pheromones: either the next move will be choosen random or in the middle of the two sensores. This second option would need more time to be calculated.