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

Draft: OVMM Shortest Path Follower and Video Generation #409

Draft
wants to merge 11 commits into
base: eai_audio_action
Choose a base branch
from

Conversation

prasoonvarshney
Copy link

Working changes for OVMM shortest path follower and video generation for the Audio to Action project.

Pending: rebase onto home-robot main.

Experiment Statistics, Example Videos (Accessible to CMU and project participants)

@prasoonvarshney prasoonvarshney self-assigned this Oct 3, 2023
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 3, 2023
@prasoonvarshney prasoonvarshney marked this pull request as draft October 4, 2023 00:16
return sum((p - q) ** 2 for p, q in zip(v1, v2)) ** 0.5


class ShortestPathFollowerAgent(Agent):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prasoonvarshney can you move this into home_robot_sim?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole class, i.e., everything related to shortest path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants