Skip to content

Commit

Permalink
update isaacgym
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Apr 1, 2024
1 parent 0f22c89 commit bc391f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ cd sim
# Inside the Docker container
./runheadless.native.sh -v
```

### Notes

1. After cloning Isaac Gym, sometimes the bindings mysteriously disappear. To fix this, update the submodule:

```bash
git submodule update --init --recursive
```
2 changes: 1 addition & 1 deletion third_party/isaacgym

0 comments on commit bc391f2

Please sign in to comment.