Multi-Agent PathFinding (MAPF) for 2D Robots moving inventory on a grid - Practice building environment + robots + planning + inventory management etc.
MIT License
11
stars
3
forks
source link
GKE doesn't provide container start order, wait on redis #78
docker compose has depends_on for container startup order, but GKE doesn't, right now world_sim and node wait properly for redis to be accessible, need to make order_processor and robot allocator do the same
docker compose has
depends_on
for container startup order, but GKE doesn't, right now world_sim and node wait properly for redis to be accessible, need to make order_processor and robot allocator do the same