summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_envs/deep_mimic/env
Commit message (Collapse)AuthorAgeFilesLines
* add yapf style and apply yapf to format all Python filesErwin Coumans2019-04-2710-1338/+1853
| | | | This recreates pull request #2192
* rename laikago_walk.json -> txtErwin Coumans2019-04-181-1/+1
|
* implement stablePD control version of testLaikago, in preparation for ↵Erwin Coumans2019-04-053-10/+636
| | | | quadruped DeepMimic
* Added laikago mocap data for a DeepMimic compatible walk cycleerwincoumans2019-04-044-22/+276
| | | | Added testLaikago.py script to test this mocap data.
* replace deep_mimic policies by versions trained using PyBullet, backflip ↵Erwin Coumans2019-02-241-26/+25
| | | | works better now.
* more work on pybullet_envs.deep_mimic.erwincoumans2019-02-183-66/+132
| | | | | allow btMultiBody to not wakeup (for some RL experiments) move deep_mimic motion files to data/motions folder, so we can use the args files unmodified.
* deep_mimic: add option for spherical joint drive motor, next to stable PD ↵erwincoumans2019-02-122-3/+64
| | | | | | control (existing policies won't work with those motors, needs tuning and re-training)
* towards python 2.x support for deep_mimic (still issue with Logger.print2)Erwin Coumans2019-02-111-2/+8
|
* disable GUI in deep_mimic, it slows down too much on Mac OSXErwin Coumans2019-02-111-0/+2
|
* add missing __init__.py for pipErwin Coumans2019-02-111-0/+1
|
* PyBullet deep_mimic fix computeAngVelRelerwincoumans2019-02-101-1/+1
|
* allow pybullet_envs.deep_mimic.testrl --arg_file ↵erwincoumans2019-02-105-218/+268
| | | | | | | | | run_humanoid3d_backflip_args.txt to perform a backflip. Can only backflip twice, then drops on ground. this deepmimic is still very slow, due to slow mass matrix/inverse dynamics computation. once spherical motor drive is enabled, it should be fast(er) move pd_controller_stable to pybullet_utils for easier re-use add plane_transparent.urdf to pybullet_data allow spacebar in keyboardEvents (Windows for now)
* add mpi_run version (not working yet)Erwin Coumans2019-02-011-1/+1
|
* deepmimic fix: reference initialization wasn't spread over all framesErwin Coumans2019-02-012-3/+6
|
* enable deepmimic training on macErwin Coumans2019-02-012-6/+8
|
* PyBullet env for DeepMimic (preliminary work-in-progress)erwincoumans2019-01-314-0/+866
|
* enable stable PD plugin in premake4.lua PyBulleterwincoumans2019-01-313-0/+270
add a normalize in the setRotation axis/angle to be sure. Add more code from the DeepMimic project, training doesn't work yet.