Commit cc543d83 authored by Mayank Mittal's avatar Mayank Mittal

fixes install for omni.isaac.orbit_envs extras

parent 6e6fa68e
...@@ -134,7 +134,7 @@ while [[ $# -gt 0 ]]; do ...@@ -134,7 +134,7 @@ while [[ $# -gt 0 ]]; do
echo "[INFO] Installing extra requirements such as learning frameworks..." echo "[INFO] Installing extra requirements such as learning frameworks..."
python_exe=$(extract_isaacsim_python) python_exe=$(extract_isaacsim_python)
# install the rl-frameworks specified # install the rl-frameworks specified
${python_exe} ${ORBIT_PATH}/source/extensions/omni.isaac.orbit_envs[all] ${python_exe} -m pip install -e ${ORBIT_PATH}/source/extensions/omni.isaac.orbit_envs[all]
shift # past argument shift # past argument
;; ;;
-f|--format) -f|--format)
......
...@@ -21,6 +21,7 @@ INSTALL_REQUIRES = [ ...@@ -21,6 +21,7 @@ INSTALL_REQUIRES = [
# generic # generic
"numpy", "numpy",
"torch", "torch",
"torchvision>=0.14.1", # ensure compatibility with torch 1.13.1
"protobuf==3.20.2", "protobuf==3.20.2",
# gym # gym
"gym==0.21.0", "gym==0.21.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment