Skip to content

GT-STAR-Lab/AsymDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsymDex

Installation

Details regarding installation of IsaacGym can be found here. It is suggested to create a conda environment following the instruction in IsaacGym documentation.

After activating the conda environment, in the AsymDex root directory, pip install -e .

in the Isaac Gym Release python folder, pip install -e .

Running

cd ./bidexhands

Training AsymDex policy:

python train.py --task=AllegroHandDualArmGraspAndPlaceAsymDex --algo=ppo --bimanual_action

python train.py --task=AllegroHandDualArmGraspAndPlaceAsymDex --algo=ppo --bimanual_action --num_envs=2048 --headless

Rollout the trained AsymDex policy:

python train.py --task=AllegroHandDualArmGraspAndPlaceAsymDex --algo=ppo --bimanual_action --test --model_dir=./logs/AllegroHandDualArmGraspAndPlaceAsymDex/ppo/ppo_seed-1/model_best.pt

About

Asymmetry and Relative Coordinates for RL-based Bimanual Dexterity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages