-
Thanks for your great work!
When I play the policy in IsaacGym, it shows two go-1 in the same environment like this:
![Screenshot from 2024-05-16 10-50-54](https://github.com/chengxuxin/extreme…
-
Hi, congratulations on your amazing work, when I was trying to install IsaacGymEnvs, I run into the issue that there is no module named fbx, and when I trying to solve it in https://aps.autodesk.com/d…
yqi19 updated
4 months ago
-
I'm getting an error when trying to run the `ray` via `examples/franka_pick_block_ray.py`:
```
(deleteme3) telee@iam-ronan:~/ws/isaacgym-utils$ python examples/franka_pick_block_ray.py
/home/tel…
-
I have configured the environment according to the README, and can run the example of isaacgym, but when I try to train, the error is “RuntimeError: Failed to acquire interface: carb::gym::Gym (plugin…
-
**By following the installation procedure, when I tried to run an example `cd examples && python 1080_balls_of_solitude.py` on step 3, it failed:**
(eth) C:\Users\MSI-NB\Desktop\ETH Massive Paralle…
-
IsaacGym Preview 3 Where to download? Now it's version 4
-
I came across TBAI while looking for examples of applying pre-trained models from isaacgym to other simulations. I have a few questions and have sent you an email, but I was wondering if you could che…
-
Hi,
I'm trying to train a new policy. Unfortunately, whether I train teacher or student, aborted occurs when creating the environment.
Take "mlp.py" as an example, specifically, the error occurs …
-
I'm trying to train the model and I'm getting the error:
```
python3 train.py --task=go2
Importing module 'gym_38' (/homes/corcodel/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Set…
-
From the code you guys were importing params_proto like this:
`from params_proto.neo_proto import Meta`
but right now it seems that we don't have neo_proto from the package params_proto.
I changed …