Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Train guide dog controller and force estimator in Isaac Gym and validate in PyBullet

Notifications You must be signed in to change notification settings

bu-air-lab/guide_dog

Repository files navigation

Training Force Tolerant Guide dog Controllers

Based on code from: https://github.com/leggedrobotics/legged_gym and https://github.com/leggedrobotics/rsl_rl

Install

First, run:

pip3 install -e .

Next, run:

cd guide_dog_ppo
pip3 install -e .

Training

Run the following:

python3 legged_gym/scripts/train.py --task=guide_dog --trial_name=<any name here> --seed=<seed here> --headless

Testing

python3 legged_gym/scripts/play.py --task=guide_dog

Pybullet Validation

cd pybullet_val
python3 -m scripts.play_bullet.py

About

Train guide dog controller and force estimator in Isaac Gym and validate in PyBullet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published