- Aug 12, 2020
-
-
Ruben D'Sa authored
- Adds PID-PI position/velocity loops. - EMA filter is moved to the outer position loop in cascaded control.
-
- Jul 16, 2020
-
-
Ilge Akkaya authored
* introduce an inverse dynamics (ID) controller. We select between PID vs ID custom controllers based on the actuator_user field that is defined per actuator. `user="1"` would trigger activating an ID controller where the gainprm are interpreted as Kp, Td, ema_smoothing_term, respectively. * renaming * Clean * Cast to int * wip cascade * Enabled PID and cascaded PI control * refactored PIDs * fix id * add some comments * some more formatting * test tweaks and fix to apply gravity compensation pre-clamping * updated cascade documentation * rm unused error term, move effort limit definition closer to where its used * remove unused memory allocation * simplify des_vel definition Co-authored-by:
rubendsa <ruben@openai.com>
-
- May 12, 2020
-
-
Tao Xu authored
Co-authored-by:
Tao Xu <tao@openai.com>
-
- Nov 25, 2019
-
-
Matthias Plappert authored
* Add GCC9 and prefer newer over older versions * Bump version
-
- Nov 08, 2019
-
-
Tao Xu authored
* a small fix * make it or
-
- Oct 12, 2019
-
-
Million Integrals authored
Move from `lockfile` library to `fasteners`
-
- Oct 09, 2019
-
-
Tao Xu authored
* PID implementation inside mujoco-py * addressing the comments from Jerry and Arthur * add unit tests for new PID control * add one more unit test for backward compatibility * addressing comments
-
- Aug 15, 2019
-
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Ben Chess authored
-
- Aug 13, 2019
-
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
A Ray authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
Jerry Tworek authored
-
- Aug 12, 2019
-
-
Ben Chess authored
-
Bowen Baker authored
-
- Jul 30, 2019
-
-
Henrique Oliveira Pinto authored
Also point to mujoco-bin for licenses
-
- Jul 09, 2019
-
-
Million Integrals authored
* Reraising mujoco error exceptions
-
Million Integrals authored
Mujoco 2.0.2.3
-
- Jun 30, 2019
-
-
Wojciech Zaremba authored
-
Wojciech Zaremba authored
-
Wojciech Zaremba authored
-
Wojciech Zaremba authored
-
- Jun 20, 2019
-
-
Nikolas Tezak authored
-
- Apr 16, 2019
-
-
Jerry Tworek authored
-
Million Integrals authored
-
- Apr 15, 2019
-
-
Jerry Tworek authored
-
Million Integrals authored
* Initialize perturbations properly. * Expose "set constants" mujoco operation.
-
- Mar 27, 2019
-
-
A Ray authored
-
- Mar 25, 2019
-
-
Jerry Tworek authored
-
Jerry Tworek authored
-
- Mar 22, 2019
-
-
Million Integrals authored
* Updated README documentation. * Removed the 'alpha' pre-release version info. * Fixing pip install command that seems to help with docker build in CI. * Updating README to the next major version.
-