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

adding threshold to consider to other critics to disable on approach to goal + retune a little #95

Merged
merged 4 commits into from
Oct 6, 2022

Conversation

SteveMacenski
Copy link
Collaborator

@SteveMacenski SteveMacenski commented Oct 4, 2022

In further response to #79

This helps make sure that we disable the critics that can create local-minima near goals are disabled closer to the goal poses. Rather than setting it to the positional tolerance (which could be 0.1-0.3m), we decouple when we stop considering these critics from the actual positional tolerance itself so a larger window around goals can be incentivized to focus on the relevant critics (collision, goal, goal angle).

I found that this (and tuning some of the weights a little more, which I later realized were off because my files were outdated 😆 ) to increase the convergence to goal to nearly every time and doing so in a more direct way with less confusion.

Even after these changes #79 needs to stay open until we can do testing on hardware to make sure that these changes and the previous work by @artofnothingness is sufficient.

@SteveMacenski
Copy link
Collaborator Author

Done!

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.

2 participants