- Installing PyTorch and flash_attn
- Patching IsaacGym
torch_utils.pyfile in order to be compatible withnumpy>=1.24.4 - Installing IsaacGym
- Patching and installing Bi-DexHands
In newly created environment run these commands:
from envs.wrappers.bidexhands import get_gym_env, TASKS
print(f"Available tasks are:", *TASKS, sep='\n')
# Initialize env
env = get_gym_env(task_name="ShadowHandCatchUnderarm")
# Don`t forget to .close before initializing new env!
env.close()This Docker image supports only CPU-based environments due to the lack of Vulcan installation.