Skip to content

KuangenZhang/ATD3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages