-
Notifications
You must be signed in to change notification settings - Fork 95
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
Ambiguity measure #361
Ambiguity measure #361
Conversation
…ambiguity_measure
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.
Thank you, being an utility I think what you did is sufficient. I have however a couple of comments:
- you have created a test (and locally it worked for me) but currently the tool is not being tested in the CI (you need to add it to the .yml files, both master and develop)
- I believe the the intent is for this tool to be distributed separately (like we do for the hyperparameter tuner), in which case you also need to add it to packages.txt so that one is created for it
- add a changelog entry
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
Hi Daniel, thanks for the review! I believe the test is currently already tested in the CI. At least, it appears in the actions on this branch under the util tests. I added the entry to the package list and the changelog. |
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.
Yes you're right, it's being run in the utils
job, I didn't see it. Thank you!
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.
Changes look good to me, thank you!
* Create docs, tests and tutorial for ambiguity measure * update tutorial * Add link to colab tutorial * update style * add ambiguity measure * Apply suggestions from code review Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com> * add ambiguity measure to package list and changelog * Apply suggestions from code review Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com> Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
This PR contains the AmbiguityMeasure tool for human robot interaction. It is related to one of our recent publications. We also created a colab.