Conversation
Documentation build overview
3 files changed± rst_source/development/memory.html± rst_source/usage/flash.html± rst_source/usage/libero.html |
Documentation build overview
3 files changed± rst_source/development/memory.html± rst_source/usage/flash.html± rst_source/usage/libero.html |
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
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.
LIBERO HF evaluation currently downloads one shared memory tree regardless of the planner model. Add
--memory-version auto|GPT_5.5_xhigh|GPT_6_astra_low: automatic selection follows the resolved model (including CodexCODEX_MODELand API provider prefixes), explicit versions override it, and unknown models visibly fall back to GPT-5.5. Memory selection never changes the running model or reasoning effort.The downloader fetches only the selected corpus, validates the published file manifest, and isolates complete caches by repository, commit and version. CLI, Dashboard prompts/tools and Flash share the resolved root. Dashboard model changes take effect at the next task boundary;
rpent-memory syncsupports revision pinning and export to a local directory. Local/exploration modes retain local behavior and reject explicit remote versions. Legacy unversioned HF layouts map only to GPT-5.5; Flash also accepts its originaltask_card/assets and rejects Astra's missing replay assets.Paired English/Chinese guides document the two corpora, legacy-client migration and provenance: historical 741/800 used two original frozen Astra snapshots separately by suite, generated before the scene-seed fix. The merged release has not been reevaluated. Historical Flash evaluation coverage is distinguished from the 20 published Object Task/Swap plans actually present in the migrated corpus.
Validation:
pre-commit run --all-files: passed.pytest tests/unit_tests -v: 601 passed, 1 skipped, using Python 3.11 and CPU Flywheel dependencies; the full Python-version CI matrix was not run locally.sphinx-build -W --keep-going: passed.21a62795fe3b7e500c8381ac47938f6d713ebe18: all 327 file hashes match the staged GPT-5.5 corpus. Current Flash loads all 20 preserved plan/anchor pairs.Dataset changes are now submitted as Hugging Face data PR #12. The proposed tree contains both model directories, with original Astra snapshots preserved as separate commits. The HF PR lists exact revisions and the three archive tags maintainers should create before merging. Contributor PR upload succeeded; repository-tag creation and merging dataset main require a maintainer.
The code remains draft pending the coordinated dataset main migration, so default Astra selection will have a published directory to download. Reviewers can already exercise the uploaded data using
rpent-memory sync --robot libero --memory-version GPT_6_astra_low --revision refs/pr/12. The dataset migration preserves GPT-5.5 bytes and retains both conflicting Astra experience variants with source suffixes. This PR is independent of leaderboard PR #165.