8000 GitHub - ei5uke/guide_dog: Train guide dog controller in Isaac Gym and validate in PyBullet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ei5uke/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 in Isaac Gym and validate in PyBullet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • C++ 8.3%
  • Shell 0.3%
0