-
Notifications
You must be signed in to change notification settings - Fork 12
Upgrade GR00T integration to native N1.7 DROID behavior #733
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
vertix
wants to merge
14
commits into
main
Choose a base branch
from
groot-1.7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
15efd00
Upgrade GR00T integration to N1.7 DROID
vertix 47b01d1
Restore GR00T recording storage context
vertix 3a0fb78
Keep uncharged inference within the simulation tick
vertix ebd57ec
Polish GR00T runtime and cloud workflows
vertix deb2ee1
Pin GR00T to the rebased N1.7 fork commits
vertix d7c07fc
Update GR00T pin after upstream merge
vertix f80e384
Validate GR00T camera contracts before serving
vertix 6302abd
Share dataset metadata fields and pin reviewed GR00T
vertix f8f82e9
Name GR00T client endpoints in the wire vocabulary
vertix 7e36bbd
Keep desktop PhAIL on the N1.6 server image
vertix 5a19de9
Restore dependency sync for legacy GR00T images
vertix b03a2ab
Name GR00T wire descriptors and ping outcomes
vertix d276ceb
Pin the focused GR00T N1.7 fork patch
vertix c41da6f
Pin GR00T fork with Mac cross-build support
vertix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,18 @@ | ||
| ARG BASE_IMAGE=positro/gr00t-base:latest | ||
| ARG BASE_IMAGE | ||
| FROM ${BASE_IMAGE} | ||
|
|
||
| # Set working directory | ||
| COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/ | ||
|
|
||
| WORKDIR /positronic | ||
|
|
||
| # Copy the positronic repository | ||
| RUN apt-get update && apt-get install -y --no-install-recommends libturbojpeg && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| COPY . /positronic | ||
|
|
||
| # Set Python path to include source root and gr00t | ||
| ENV PYTHONPATH=/positronic:/gr00t | ||
|
|
||
| # Default command | ||
| # Keep Positronic's dependencies separate from the checkpoint runtime. | ||
| ENV UV_PROJECT_ENVIRONMENT=/positronic/.venv VIRTUAL_ENV=/positronic/.venv | ||
| RUN --mount=type=cache,target=/root/.cache/uv uv sync --locked --python 3.12 --no-dev | ||
|
|
||
| CMD ["bash"] |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,11 @@ | ||
| # GR00T on desktop (RTX 3060 12GB — GR00T uses ~4.6GB) | ||
| # GR00T N1.6 on desktop (RTX 3060 12GB — GR00T uses ~4.6GB) | ||
| # | ||
| # Set GR00T_N16_IMAGE to a pinned N1.6 image. | ||
| # docker --context desktop compose -f docker-compose.phail.desktop.yml up | ||
| services: | ||
| phail-groot-server: | ||
| extends: | ||
| file: docker-compose.yml | ||
| service: groot-server | ||
| container_name: phail-groot-server | ||
| pull_policy: always | ||
| command: ["phail"] | ||
| file: docker-compose.phail.yml | ||
| service: phail-groot-server | ||
| ports: !override | ||
| - "8000:8000" | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.