Skip to content

Commit

Permalink
Merge pull request NVlabs#2 from krishpop/iter-grad
Browse files Browse the repository at this point in the history
Grand merge for project reset
  • Loading branch information
imgeorgiev authored Jun 29, 2023
2 parents b93ac36 + dceb755 commit c276c46
Show file tree
Hide file tree
Showing 69 changed files with 15,871 additions and 2,404 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none",
}
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,16 @@ To test the trained policy, you can input the policy checkpoint into the trainin
python train_shac.py --cfg ./cfg/shac/ant.yaml --checkpoint ./logs/Ant/shac/policy.pt --play [--render]
```

The `--render` flag indicates whether to export the video of the task execution. If does, the exported video is encoded in `.usd` format, and stored in the `examples/output` folder. To visualize the exported `.usd` file, refer to [USD at NVIDIA](https://developer.nvidia.com/usd).
The `--render` flag indicates whether to export the video of the task execution. If does, the exported video is encoded in `.usd` format, and stored in the `examples/output` folder. To visualize the exported `.usd` file, refer to [USD at NVIDIA](https://developer.nvidia.com/usd).

To install Omniverse, follow the [Omniverse Install Page](https://www.nvidia.com/en-us/omniverse/download/)

- Install [USD Composer](https://www.nvidia.com/en-us/omniverse/apps/create/)
- Run Create using:
```$ MESA_GL_VERSION_OVERRIDE=4.6 {OMNI_CREATE_PATH}/omni.create.singlegpu.sh``` where the `OMNI_CREATE_PATH` is `~/.local/share/ov/pkg/create-2022.2.2` updated to your version


## Debugging

If you're getting missing cuda libs while building dflex kernels, then do `ln -s $CONDA_PREFIX/lib $CONDA_PREFIX/lib64`

2,193 changes: 2,193 additions & 0 deletions ball_env/ball_env_analysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c276c46

Please sign in to comment.