-
Maze-Solving Algo
-
Resources
* https://en.wikipedia.org/wiki/Maze_generation_algorithm
* http://weblog.jamisbuck.org/2011/2/7/maze-generation-algorithm-recap
The program can easily be extended to run different maze…
-
Perhaps someone can help with integrating the github mazebot API? Ie get a maze from the api and solve it with the algorithm and return the solution through the API?
for some information on what th…
-
**Submitting author:** @Akash-Nag (Akash Nag)
**Repository:** https://github.com/Akash-Nag/MDL-Suite
**Version:** 1.0
**Editor:** @drvinceknight
**Reviewers:** @rreinecke, @gradvohl
**Author instruc…
-
It will not be possible 100% of the time to warn users. BUT if the user tries to run a solver like `WallFollower` that only works on perfect mazes against a maze generated by `CellularAutomaton` that …
-
Hi, thanks for this great contribution.
I've noted that WallFollower() sometimes produces incorrect or non feasible solutions. It would be nice to check the implementation.
Best regards
-
Sparse mazes are really interesting, but there is no classic maze-generation algorithm for them. Luckily, this shouldn't be hard.
I need to pick a classic algorithm that carves passages. But at e…
-
The CellularAutomaton maze-generating algorithm has never been the best. But I believe the implementation in this package could be a lot better: It appears to be leaving almost complete rings around …
-
The official guide is here: https://packaging.python.org/tutorials/packaging-projects/
-
Hi Alex, it raises error, " No registered env with id: VizdoomMyWayHomeSparse-v0", when I test sparse and very sparse maze.
Is there anything wrong when I install the packages?
Thank you ver…