-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed WF agent to work more reliably. #257
Conversation
…d before when it has found a new wall.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good, one slight bug, which is that the agents don't seem to go through the portals. Definitely ready to push, perhaps deal with that issue later.
…portals for testing.
Tested the WF agent on a simple map with many portals and they do go through the portals when they go directly towards it, i.e. the portal is in front of the agent. But when it's just to the left or right of them, they don't recognise it as a corner to turn around at and they go past it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work.
Agent checks if wall is followed before when it has found a new wall while doing heuristics.
Basically uses a pheromone/marker idea to check if walls are followed before, but the pheromone smell (or anything like that) has not yet been implemented.