-
Hello guys, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for your recognition and feedback. We will be updating some related content about Isaac Gym installation and environment setup soon. To answer your question, the backend of Safe Isaac Gym is different from other environments. Therefore, you need to first install Isaac Gym. Additionally, because Isaac Gym's mechanics significantly differ from MuJoCo, the way to invoke the Isaac Gym environment library usually follows Nvidia's example style, which is also the case in our environment. Regarding running the environment, you can refer to this code. Furthermore, SafePO supports the direct execution of Safe Isaac Gym, providing you with a quick training example and script. Any further questions are also welcome. |
Beta Was this translation helpful? Give feedback.
Thank you for your recognition and feedback. We will be updating some related content about Isaac Gym installation and environment setup soon. To answer your question, the backend of Safe Isaac Gym is different from other environments. Therefore, you need to first install Isaac Gym. Additionally, because Isaac Gym's mechanics significantly differ from MuJoCo, the way to invoke the Isaac Gym environment library usually follows Nvidia's example style, which is also the case in our environment. Regarding running the environment, you can refer to this code. Furthermore, SafePO supports the direct execution of Safe Isaac Gym, providing you with a quick training example and script. Any further …