Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.15 KB

Teach biped robots to walk via gait principles and reinforcement learning with adversarial critics

This is the implementation of Teach biped robots to walk via gait principles and reinforcement learning with adversarial critics in Pytorch. Because Roboschool has deprecated, we have changed the simulator to Pybullet.

Getting Started

Installation

pip install -r requirements.txt

Test

python code/main.py

Train

python code/main.py --eval_only False --render False

Contact

For more related works and codes, please view my homepage: https://sites.google.com/view/kuangenzhang

Further information please contact Kuangen Zhang (kuangen.zhang@alumni.ubc.ca).

Citation

If you find our work useful in your research, please consider citing:

@article{zhang_teach_2019,
	title = {Teach biped robots to walk via gait principles and reinforcement learning with adversarial critics},
	urldate = {2020-07-10},
	journal = {arXiv:1910.10194 [cs]},
	author = {Zhang, Kuangen and Hou, Zhimin and de Silva, Clarence W. and Yu, Haoyong and Fu, Chenglong},
	month = oct,
	year = {2019},
}