From 20f7f92e89865084b958895d988513108b307e6c Mon Sep 17 00:00:00 2001 From: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:23:47 +0100 Subject: [PATCH] adds announcement on movement to Orbit (#60) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b38136c9a..6c60352f6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,24 @@ # Isaac Gym Environments for Legged Robots # This repository provides the environment used to train ANYmal (and other robots) to walk on rough terrain using NVIDIA's Isaac Gym. It includes all components needed for sim-to-real transfer: actuator network, friction & mass randomization, noisy observations and random pushes during training. + **Maintainer**: Nikita Rudin **Affiliation**: Robotic Systems Lab, ETH Zurich **Contact**: rudinn@ethz.ch +--- + +### :bell: Announcement (09.01.2024) ### + +With the shift from Isaac Gym to Isaac Sim at NVIDIA, we have migrated all the environments from this work to [Orbit](https://github.com/NVIDIA-Omniverse/Orbit). Following this migration, this repository will receive limited updates and support. We encourage all users to migrate to the new framework for their applications. + +Information about this work's locomotion-related tasks in Orbit is available [here](https://isaac-orbit.github.io/orbit/source/features/environments.html#locomotion). + +--- + ### Useful Links ### -Project website: https://leggedrobotics.github.io/legged_gym/ + +Project website: https://leggedrobotics.github.io/legged_gym/ Paper: https://arxiv.org/abs/2109.11978 ### Installation ###