Skip to content

Spain2394/Micromouse

 
 

Repository files navigation

Micromouse

For full installation instructions visit: eniacluo/Micromouse

Micromouse Rendezous

  • The action function takes a goal and returns a sequence of best actions from the current position
  • This function eliminates sorts return paths based on its priority
  • The priority can be any hueristic, but for rendezvous it is defined as the distance from the goal.
  • The action stategy initializes the goal at the near neighbor, once this goal is attained the robots decide a group head and follower, wherby the objectives become: go to furthest neighbor, and follow head respectively.
  • Can reach rendezvous in less than 5 seconds.
  • Simulation often sticks due to packet loss

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Jupyter Notebook 5.0%
  • Shell 4.8%