Conversation
Documentation build overview
18 files changed ·
|
Documentation build overview
18 files changed ·
|
|
Synced latest main (eb269c8) in aff285e. No manual conflict resolution was needed; a local integration merge with #190 also completed cleanly. Validation: 620 passed / 3 skipped on this PR; 673 passed / 3 skipped with #190. Pre-commit and strict EN/ZH documentation builds passed on both. No force-push or PR merge. |
|
Synced main #164 and checked the new evaluate/explore routes in 10c6523. The selected root already reaches prompts, toolkit and Flash correctly; the added checks cover that path and Astra’s unavailable replay assets. 623 tests pass here; the #190/#201/#202 integration has 693 passes, with 3 optional-dependency skips in each. Both actual model/MCP checks read the selected LIBERO corpus successfully. Pre-commit and both docs builds also pass. |
qurakchin
left a comment
There was a problem hiding this comment.
@Sonorous281 please review this pr.
There was a problem hiding this comment.
conflict in memory.rst:
existing: suite/+task_only/,but the newly added is task-family/+task-specific/
There was a problem hiding this comment.
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| """Model selection and complete, revision-isolated LIBERO memory downloads.""" |
There was a problem hiding this comment.
why to write LIBERO-specific code here?
There was a problem hiding this comment.
Moved the LIBERO selection, cache and replay code under robots/libero/. RobotSpec now provides optional validation and memory-preparation hooks; the shared loader keeps the default path for other robots. CLI and Dashboard tests cover validation before service startup and the selected root. See 003552b and the follow-up documentation commits.
| sync = subparsers.add_parser( | ||
| "sync", help="Download one model-specific LIBERO memory corpus." | ||
| ) | ||
| sync.add_argument("--robot", choices=["libero"], default="libero") |
There was a problem hiding this comment.
Is this file only for libero now?
There was a problem hiding this comment.
The merge, validate and build-index commands remain shared. The LIBERO download command is now python -m robots.libero.memory sync. Updated both guides and the companion HF README examples. See 003552b and the follow-up documentation commits.
10c6523 to
4a0c218
Compare
|
Updated the English and Chinese Flash and memory guides for the complete GPT-5.5 corpus: 78 plan/anchor pairs under The source archive tags were not created. Historical download examples now use the original commit IDs, and the source revisions and hashes remain in the data manifest. HF #12 and #13 have now been rebased and pushed ( Code documentation commits: |
LIBERO selects the GPT-5.5 or Astra memory corpus independently of the running model's effort. CLI, Dashboard, prompts, tools and Flash use the same selected root.
Changes
robots/libero/.--memory-versionwith LIBERO. Move the standalone download command topython -m robots.libero.memory sync; the sharedrpent-memorycommands remain merge, validate and build-index.reproduce/memorybranch retains its historical layout and is not migrated.eecf2069. Data Restore LIBERO-10 recipes and integrate memory #12 must land before doc: add init doc structure #13; coordinate feat(memory): standardize task layers and enable RoboCasa global memory #190's shared layer naming with this reader.Validation