- May 13, 2023
-
-
Jakob Hollenstein authored
-
- Mar 25, 2023
-
-
Jakob Hollenstein authored
-
- Nov 17, 2022
-
-
Kevin Zakka authored
* Direct users to official python bindings. * Remove red.
-
- Nov 19, 2021
-
-
Matthias Plappert authored
-
- Nov 02, 2021
-
-
Jongwook Choi authored
To enable GPU extensions, previously either /usr/local/nvidia/lib64 (for dockers) or /usr/lib/nvidia-\d\d\d needed to exist, but in most of the modern debian and ubuntu systems, the nvidia libraries are actually installed under the path /usr/lib/nvidia. The commit corrects the path to nvidia library path so that GPU extensions can be installed without any hacky workarounds.
-
Nimrod Gileadi authored
* Update to MuJoCo 2.1.0 - Remove license-related parts of the build process. - Correctly parse the comments for array sizes based on nmocap. - Explicitly exclude a few structs from generated wrappers, where the structs don't have a corresponding typedef. Still TODO: Update README.md once a new package is pushed to PyPi. * Remove MuJoCo key docs from README.md. As of version 2.1.0, MuJoCo doesn't require an activation key.
-
- Aug 14, 2020
-
-
Ilge Akkaya authored
-
- 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
-