You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates version and release notes for v2.2.1 (#3296)
# Description
Updates version of the framework for 2.2.1 patch release.
## Type of change
- This change requires a documentation update
## Checklist
- [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
---------
Co-authored-by: Kelly Guo <[email protected]>
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows, such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html), it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real transfer in robotics.
17
+
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows,
18
+
such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html),
19
+
it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real
20
+
transfer in robotics.
18
21
19
-
Isaac Lab provides developers with a range of essential features for accurate sensor simulation, such as RTX-based cameras, LIDAR, or contact sensors. The framework's GPU acceleration enables users to run complex simulations and computations faster, which is key for iterative processes like reinforcement learning and data-intensive tasks. Moreover, Isaac Lab can run locally or be distributed across the cloud, offering flexibility for large-scale deployments.
22
+
Isaac Lab provides developers with a range of essential features for accurate sensor simulation, such as RTX-based
23
+
cameras, LIDAR, or contact sensors. The framework's GPU acceleration enables users to run complex simulations and
24
+
computations faster, which is key for iterative processes like reinforcement learning and data-intensive tasks.
25
+
Moreover, Isaac Lab can run locally or be distributed across the cloud, offering flexibility for large-scale deployments.
20
26
21
27
22
28
## Key Features
23
29
24
30
Isaac Lab offers a comprehensive set of tools and environments designed to facilitate robot learning:
31
+
25
32
-**Robots**: A diverse collection of robots, from manipulators, quadrupeds, to humanoids, with 16 commonly available models.
26
33
-**Environments**: Ready-to-train implementations of more than 30 environments, which can be trained with popular reinforcement learning frameworks such as RSL RL, SKRL, RL Games, or Stable Baselines. We also support multi-agent reinforcement learning.
@@ -118,7 +125,8 @@ For detailed Isaac Sim installation instructions, please refer to
118
125
119
126
### Documentation
120
127
121
-
Our [documentation page](https://isaac-sim.github.io/IsaacLab) provides everything you need to get started, including detailed tutorials and step-by-step guides. Follow these links to learn more about:
128
+
Our [documentation page](https://isaac-sim.github.io/IsaacLab) provides everything you need to get started, including
129
+
detailed tutorials and step-by-step guides. Follow these links to learn more about:
@@ -150,8 +156,8 @@ These may happen as bug reports, feature requests, or code contributions. For de
150
156
151
157
## Show & Tell: Share Your Inspiration
152
158
153
-
We encourage you to utilize our [Show & Tell](https://github.com/isaac-sim/IsaacLab/discussions/categories/show-and-tell) area in the
154
-
`Discussions` section of this repository. This space is designed for you to:
159
+
We encourage you to utilize our [Show & Tell](https://github.com/isaac-sim/IsaacLab/discussions/categories/show-and-tell)
160
+
area in the `Discussions` section of this repository. This space is designed for you to:
155
161
156
162
* Share the tutorials you've created
157
163
* Showcase your learning content
@@ -171,8 +177,11 @@ or opening a question on its [forums](https://forums.developer.nvidia.com/c/agx-
171
177
172
178
## Support
173
179
174
-
* Please use GitHub [Discussions](https://github.com/isaac-sim/IsaacLab/discussions) for discussing ideas, asking questions, and requests for new features.
175
-
* Github [Issues](https://github.com/isaac-sim/IsaacLab/issues) should only be used to track executable pieces of work with a definite scope and a clear deliverable. These can be fixing bugs, documentation issues, new features, or general updates.
180
+
* Please use GitHub [Discussions](https://github.com/isaac-sim/IsaacLab/discussions) for discussing ideas,
181
+
asking questions, and requests for new features.
182
+
* Github [Issues](https://github.com/isaac-sim/IsaacLab/issues) should only be used to track executable pieces of
183
+
work with a definite scope and a clear deliverable. These can be fixing bugs, documentation issues, new features,
184
+
or general updates.
176
185
177
186
## Connect with the NVIDIA Omniverse Community
178
187
@@ -182,15 +191,19 @@ to spotlight your work.
182
191
183
192
You can also join the conversation on the [Omniverse Discord](https://discord.com/invite/nvidiaomniverse) to
184
193
connect with other developers, share your projects, and help grow a vibrant, collaborative ecosystem
185
-
where creativity and technology intersect. Your contributions can make a meaningful impact on the Isaac Lab community and beyond!
194
+
where creativity and technology intersect. Your contributions can make a meaningful impact on the Isaac Lab
195
+
community and beyond!
186
196
187
197
## License
188
198
189
-
The Isaac Lab framework is released under [BSD-3 License](LICENSE). The `isaaclab_mimic` extension and its corresponding standalone scripts are released under [Apache 2.0](LICENSE-mimic). The license files of its dependencies and assets are present in the [`docs/licenses`](docs/licenses) directory.
199
+
The Isaac Lab framework is released under [BSD-3 License](LICENSE). The `isaaclab_mimic` extension and its
200
+
corresponding standalone scripts are released under [Apache 2.0](LICENSE-mimic). The license files of its
201
+
dependencies and assets are present in the [`docs/licenses`](docs/licenses) directory.
190
202
191
203
## Acknowledgement
192
204
193
-
Isaac Lab development initiated from the [Orbit](https://isaac-orbit.github.io/) framework. We would appreciate if you would cite it in academic publications as well:
205
+
Isaac Lab development initiated from the [Orbit](https://isaac-orbit.github.io/) framework. We would appreciate if
206
+
you would cite it in academic publications as well:
0 commit comments