From 7556c2167ee1714efd068c181fc962987046eb2f Mon Sep 17 00:00:00 2001 From: Dmitry Zelenkovskiy Date: Thu, 26 Oct 2023 15:57:09 -0700 Subject: [PATCH] Add information about IsaacSim Automator. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8c4660a8..2b97888bd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Download the Isaac Gym Preview 4 release from the [website](https://developer.nv follow the installation instructions in the documentation. We highly recommend using a conda environment to simplify set up. +Another option could be to setup a cloud instance on AWS, Azure or GPC +using [IsaacSim Automator](https://github.com/NVIDIA-Omniverse/IsaacSim-Automator/). + Ensure that Isaac Gym works on your system by running one of the examples from the `python/examples` directory, like `joint_monkey.py`. Follow troubleshooting steps described in the Isaac Gym Preview 4 install instructions if you have any trouble running the samples.