astar to aStar
This commit is contained in:
parent
cbaaed7820
commit
c6538f420f
2
main.py
2
main.py
@ -16,7 +16,7 @@ from view.renderer import Renderer
|
||||
|
||||
# from AI_brain.movement import GoAnyDirectionBFS, State
|
||||
# from AI_brain.rotate_and_go_bfs import RotateAndGoBFS, State
|
||||
from AI_brain.rotate_and_go_astar import RotateAndGoAStar, State
|
||||
from AI_brain.rotate_and_go_aStar import RotateAndGoAStar, State
|
||||
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
|
Loading…
Reference in New Issue
Block a user