docs: rewrite README, update AGENTS.md, add 8 examples#87
Open
cagataycali wants to merge 3 commits intostrands-labs:mainfrom
Open
docs: rewrite README, update AGENTS.md, add 8 examples#87cagataycali wants to merge 3 commits intostrands-labs:mainfrom
cagataycali wants to merge 3 commits intostrands-labs:mainfrom
Conversation
yinsong1986
reviewed
Apr 1, 2026
3b633c9 to
21247ce
Compare
yinsong1986
approved these changes
Apr 1, 2026
yinsong1986
left a comment
There was a problem hiding this comment.
All review comments addressed. LGTM.
21247ce to
910a3f6
Compare
yinsong1986
reviewed
Apr 1, 2026
5871921 to
b9a94b9
Compare
Member
Author
📋 Review Status SummaryHi @awsarron — quick status check on this docs PR. Thread Resolution: ✅ 4/4 resolvedAll 4 review threads from @yinsong1986 are resolved:
Reviews
CI: ✅ PassingMerge readinessThis is a docs-only PR (README rewrite, AGENTS.md update, 8 examples) with zero code dependencies. It's the lowest-risk PR in the queue and can merge independently at any time. Note: This PR also addresses the env var documentation that was requested in PR #86's unresolved thread — merging this first would resolve that cross-PR dependency. 🤖 Automated review triage by Strands Agents. Feedback welcome! |
yinsong1986
reviewed
Apr 15, 2026
45 tasks
- README.md: Complete rewrite with 5-line promise, mermaid architecture diagram, installation extras table, simulation quickstart, policy execution examples - AGENTS.md: Updated project structure to include simulation modules, test instructions, and conventions - examples/01_sim_quickstart.py: 5-line sim quickstart - examples/02_sim_agent.py: Agent + simulation integration - examples/03_sim_recording.py: Dataset recording to LeRobot format - examples/04_real_hardware.py: Real hardware robot setup - examples/05_real_groot_policy.py: GR00T policy on real hardware - examples/06_list_robots.py: Robot discovery and listing - examples/act_policy_simulation.py: ACT policy in MuJoCo sim - examples/physics_agent.py: Natural language physics introspection
- ACT example now documents mock provider as lightweight alternative - Quickstart uses ASCII instead of emoji for terminal compatibility
Explain what Robot('so100') does internally: mode detection, backend
selection, Simulation construction, add_robot() call, and asset
auto-download. Addresses yinsong1986 review feedback.
8941793 to
914cbd7
Compare
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.
TL;DR
Complete documentation rewrite and 8 new examples covering simulation, hardware, and policy execution.
What changed
README.mdAGENTS.mdexamples/01_sim_quickstart.pyexamples/02_sim_agent.pyexamples/03_sim_recording.pyexamples/04_real_hardware.pyexamples/05_real_groot_policy.pyexamples/06_list_robots.pyexamples/act_policy_simulation.pyexamples/physics_agent.pyNo code changes
Docs and examples only. All 357 tests still pass.
Part 6 of 6 — final PR in the MuJoCo simulation decomposition
Full PR chain: