Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranke committed Feb 20, 2024
1 parent 4793a82 commit d834069
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# gdmapf

NOTE: There is currently a major bug where agents travelling towards each other next to lots of obstacles get stuck. \
The solution would be to, instead of storing agent density at cells, storing agent velocity, and prioritize paths that travel along that velocity, but not against. \
However, the accuracy of this would be limited to the 8 directions that connect cells.
NOTE: There is currently a major bug where **agents travelling toward each other next to lots of obstacles get stuck**. The solution would be to, instead of storing agent density at cells, storing agent velocity, and prioritize paths that travel along that velocity, but not against. However, the accuracy of this would be limited to the 8 directions that connect cells.

GDExtension solution to the multi-agent pathfinding problem using a modified flow-field algorithm.

Expand Down

0 comments on commit d834069

Please sign in to comment.