docs: comprehensive README overhaul — add pre-alpha status, badges, quick start, and community best practices#461
Open
hajan wants to merge 1 commit intoisaac-sim:mainfrom
Open
docs: comprehensive README overhaul — add pre-alpha status, badges, quick start, and community best practices#461hajan wants to merge 1 commit intoisaac-sim:mainfrom
hajan wants to merge 1 commit intoisaac-sim:mainfrom
Conversation
Signed-off-by: hajan <spencer.m.huang@gmail.com>
cvolkcvolk
reviewed
Mar 4, 2026
| ├── isaaclab_arena/ # Core framework (environments, tasks, scenes, embodiments) | ||
| ├── isaaclab_arena_g1/ # Unitree G1 humanoid embodiment + examples | ||
| ├── isaaclab_arena_gr00t/ # GR00T policy integration | ||
| ├── docker/ # Docker configurations and launch scripts |
Collaborator
There was a problem hiding this comment.
Nit, missing the following packages
- isaaclab_arena_environments/ # concrete environment definitions
- isaaclab_arena_examples/ # policy and relation examples
xyao-nv
reviewed
Mar 4, 2026
|
|
||
| <div align="center"> | ||
|
|
||
| Made with ❤️ by the NVIDIA Robotics Team |
Collaborator
There was a problem hiding this comment.
Any concern of keeping this? It fits our team's vibe.
xyao-nv
reviewed
Mar 4, 2026
| | Isaac Lab Arena | Isaac Lab | Isaac Sim | Python | | ||
| |-----------------|-----------|-----------|--------| | ||
| | `main` branch | 2.3.0 | 5.1.0 | ≥ 3.10 | | ||
| | `release/0.1.1` | 2.3.0 | 5.1.0 | ≥ 3.10 | |
Collaborator
There was a problem hiding this comment.
Sim is actually 5.0 for release/0.1.1. We didn't pick up the changes as the train departed too soon.
But now main is with Sim 5.1.
cvolkcvolk
approved these changes
Mar 5, 2026
Collaborator
cvolkcvolk
left a comment
There was a problem hiding this comment.
This looks great! Thanks for adding.
Open
Collaborator
|
@hajan I granted you Maintainer status. You might need to push your (forked) |
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 replaces the current sparse README with a comprehensive version that follows GitHub community best practices and aligns with the style of the parent Isaac Lab repository.
What Changed
Added:
[!WARNING]callout making clear this is pre-alpha — not EA or GAPreserved:
Motivation
The current README is ~15 lines and gives newcomers very little context about what the project does, how to get started, or what maturity level to expect. For a pre-alpha community release explicitly seeking feedback, a thorough README is essential for onboarding contributors and setting correct expectations.