Add structured test coverage and reliability improvements#2
Merged
Conversation
… more effectively
…just evaluation conditions for clarity
…hts after training in SyncRLEngine
Fix checkpoint saving for offloaded policies
Collaborator
Author
FrankYzy
approved these changes
Apr 10, 2026
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.
Summary
This PR introduces a structured validation stack for RLightning and improves reliability around checkpointing, weight synchronization, and environment tooling.
It adds broad automated coverage across core components and example workflows, while tightening the scripts, packaging, and supporting infrastructure needed to run those flows consistently.
Highlights
Structured Test Coverage
Reliability Improvements
Tooling and Infrastructure
uvconfiguration for WBC tracking andrsl_rlwiring used by WBC-related flowsValidation
Validated locally:
.venv/bin/python -m pytest tests/unit -q311 passed, 2 warningsRelevant validation entrypoints:
bash scripts/testing/run_all_tests.sh unitbash scripts/testing/setup_integration_env.sh corebash scripts/testing/run_integration_tests.sh core -qbash scripts/testing/setup_integration_env.sh isaaclabbash scripts/testing/run_integration_tests.sh isaaclab -qbash scripts/testing/run_all_tests.sh e2eNotes