I get the following error when trying to train the model as in the instructions in the training section:
$ python rlg_train.py --task ShadowHand --headless
Importing module 'gym_37' (/workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
[Error] [carb] [Plugin: libcarb.gym.plugin.so] Could not load the dynamic library from /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so. Error: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so)
[Warning] [carb] Potential plugin preload failed: /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so
Setting GYM_USD_PLUG_INFO_PATH to /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
Importing module 'rlgpu_37' (/workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/rlgpu_37.so)
Traceback (most recent call last):
File "rlg_train.py", line 10, in
from rlgpu.utils.config import set_np_formatting, set_seed
ModuleNotFoundError: No module named 'rlgpu'
I installed the IsaacGym package as per the instructions in the NVIDIA website, however the rlgpu module is nowhere to be found in the installation packages
I get the following error when trying to train the model as in the instructions in the training section:
$ python rlg_train.py --task ShadowHand --headless
Importing module 'gym_37' (/workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
[Error] [carb] [Plugin: libcarb.gym.plugin.so] Could not load the dynamic library from /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so. Error: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so)
[Warning] [carb] Potential plugin preload failed: /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/libcarb.gym.plugin.so
Setting GYM_USD_PLUG_INFO_PATH to /workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
Importing module 'rlgpu_37' (/workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/rlgpu_37.so)
Traceback (most recent call last):
File "rlg_train.py", line 10, in
from rlgpu.utils.config import set_np_formatting, set_seed
ModuleNotFoundError: No module named 'rlgpu'
I installed the IsaacGym package as per the instructions in the NVIDIA website, however the rlgpu module is nowhere to be found in the installation packages