Skip to content
Snippets Groups Projects
  1. May 13, 2023
  2. Mar 25, 2023
  3. Nov 17, 2022
  4. Nov 19, 2021
  5. Nov 02, 2021
    • Jongwook Choi's avatar
      Detect the correct nvidia lib path for modern ubuntu systems (#646) · fb4babe7
      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.
      fb4babe7
    • 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.
      ab86d331
  6. Aug 14, 2020
  7. Aug 12, 2020
  8. 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
  9. May 12, 2020
  10. Nov 25, 2019
  11. Nov 08, 2019
  12. Oct 12, 2019
  13. 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
  14. Aug 15, 2019
  15. Aug 13, 2019
  16. Aug 12, 2019
  17. Jul 30, 2019
  18. Jul 09, 2019
  19. Jun 30, 2019
  20. Jun 20, 2019
  21. Apr 16, 2019
Loading