-
Notifications
You must be signed in to change notification settings - Fork 8
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
Open vocabulary mobile manipulation #73
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tch_ai into cpaxton/language-models
…tch_ai into cpaxton/language-models
…tch_ai into cpaxton/language-models
import os | ||
|
||
import yaml | ||
from google.cloud import texttospeech |
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.
added to setup?
hello-cpaxton
approved these changes
Aug 6, 2024
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.
LGTM
15 tasks
peiqi-liu
pushed a commit
to peiqi-liu/stretch_ai
that referenced
this pull request
Sep 25, 2024
* Create LLM code, prompts, and file structure * update login * updating llms and adding types * add gemma and llama assistants * adding simple scripts * updates to prompt setup * updates to llm - testing gemma * updates to base * gemma client * updates * outputs * LLM testing configs * testing with Gemma * updates * add llama cleint test code * updates * updates to setup * update llama setup * updates to model config * llama works * soeme llama fixes * update * update things * updates * updates * text cleanup for llama * no overrides * update * updates * updates * update voice chat app with command line options * update voice chat * Add prompt class for navigation and object manipulation * Add primitives * Increase tokens * Add command generation * Improve OVMM prompt * Fix prompt * Add YOLO for perception * Add ovmm capabilities * Restore query app --------- Co-authored-by: Chris Paxton <[email protected]> Co-authored-by: Chris Paxton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a basic ovmm app. Uses GPT-3.5 to generate high level plans and executes them in a sequential manner. Uses YOLO for real-time segmentation.
To test on your system:
Your robot will then proceed to explore. Once exploration is finished, you can enter your long horizon task as a text input on the console.
Checklist
Screenshots (if applicable)
Add any relevant screenshots or screen recordings to help reviewers understand the changes.
Additional context
Add any other context or information about the pull request here.