Skip to content
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

Wall Follow agent heuristics + stuck movement handling #236

Merged
merged 10 commits into from
Mar 20, 2022

Conversation

laurajogi
Copy link
Collaborator

Agent will follow shortest path to unexplored vertices, but sometimes gets stuck in weird movements - still working on it.
Agent can move past glass now.

This was linked to issues Mar 17, 2022
@laurajogi
Copy link
Collaborator Author

WF should now always keep moving and not get completely stuck in places or weird movements. Also added some new maps for testing. Still need to take care of limited field of view.

@laurajogi laurajogi marked this pull request as ready for review March 18, 2022 17:03
# Conflicts:
#	src/main/java/app/model/agents/Agent.java
#	src/main/java/app/model/agents/AgentImp.java
@laurajogi laurajogi requested review from S010MON and trav-d13 March 18, 2022 17:14
@S010MON S010MON merged commit e4163a4 into master Mar 20, 2022
@S010MON S010MON deleted the WallFollowAgent-heuristics-algo branch March 20, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WallFollowAgent with Heuristics algorithm WallFollowAgent - Glass
2 participants