Add out-of-the-box demos with quadruped locomotion RL demo#51
Draft
myurasov-nv wants to merge 1 commit into
Draft
Add out-of-the-box demos with quadruped locomotion RL demo#51myurasov-nv wants to merge 1 commit into
myurasov-nv wants to merge 1 commit into
Conversation
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
Adds an out-of-the-box demos mechanism to Isaac Automator, plus the first demo: Quadruped Locomotion RL.
--demosdeploy option (all clouds): comma-separated demo list, orno(default).demosAnsible role: installs, per selected demo, an executable launcher under~/.local/share/isaac-automator-demos/and a double-click desktop shortcut.quadruped-locomotiondemo: launches RSL-RL training ofIsaac-Velocity-Flat-Anymal-D-v0in Isaac Lab, rendered live in the Isaac Sim viewport. Tunable viaHEADLESS/NUM_ENVS/MAX_ITERATIONSenv vars. Depends on Isaac Sim + Isaac Lab (auto-enabled).Implementation
src/python/config.py---demosdefault + demo registry (requiresper demo).src/python/deploy_command.py---demosCLI option.src/python/deployer.py-resolve_demos(): validate names, auto-enable required apps.src/ansible/inventory.template- passdemosto Ansible.src/ansible/roles/demos/- new role (launcher + desktop shortcut), wired intoisaac-workstation.README.md- documents--demosand the Demos section.Tests
src/tests/deployer.test.py- 4 unit tests for the resolver (no-op, unknown-demo exit, auto-enable, explicit-ref preserved).src/tests/e2e/verify.py- newcheck_demosverifier check.src/tests/e2e/lifecycle.py---demospassthrough.Verification
Full source deploy on an AWS A10G workstation (Isaac Sim v6.0.0 + Isaac Lab release/3.0.0-beta2) with
--demos quadruped-locomotion:PLAY RECAP: failed=0; demos role installed launcher + shortcut.Demos install: quadruped-locomotion).Note: on the pinned
release/3.0.0-beta2,./isaaclab.shhas notrainsubcommand, so the launcher uses the-p scripts/reinforcement_learning/rsl_rl/train.pyform (the deprecation notice it prints refers to a newer Isaac Lab).