Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
    • Nimrod Gileadi's avatar
      Update mujoco-py to MuJoCo 2.1 (#640) · ab86d331
      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.
      Unverified
      ab86d331
  2. Aug 14, 2020
  3. Aug 12, 2020
  4. 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>
      Unverified
      fe8373df
  5. May 12, 2020
  6. Nov 25, 2019
  7. Nov 08, 2019
  8. Oct 12, 2019
  9. 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
      Unverified
      83759c2e
  10. Aug 15, 2019
  11. Aug 13, 2019
  12. Aug 12, 2019
  13. Jul 30, 2019
  14. Jul 09, 2019
  15. Jun 30, 2019
  16. Jun 20, 2019
  17. Apr 16, 2019
  18. Apr 15, 2019
  19. Mar 27, 2019
  20. Mar 25, 2019
Loading