Skip to content
Snippets Groups Projects
  1. Aug 12, 2020
  2. Jul 16, 2020
    • Ilge Akkaya's avatar
      Cascade PID Controller Implementation (#554) · fe8373df
      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: default avatarrubendsa <ruben@openai.com>
      fe8373df
  3. May 12, 2020
  4. Nov 25, 2019
  5. Nov 08, 2019
  6. Oct 12, 2019
  7. Oct 09, 2019
    • Tao Xu's avatar
      PID implementation inside mujoco-py (#462) · 83759c2e
      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
      83759c2e
  8. Aug 15, 2019
  9. Aug 13, 2019
  10. Aug 12, 2019
  11. Jul 30, 2019
  12. Jul 09, 2019
  13. Jun 30, 2019
  14. Jun 20, 2019
  15. Apr 16, 2019
  16. Apr 15, 2019
  17. Mar 27, 2019
  18. Mar 25, 2019
  19. Mar 22, 2019
    • Million Integrals's avatar
      Final release of Mujoco-py 2.0 (#371) · 65cda81b
      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.
      65cda81b
Loading