myosuite icon indicating copy to clipboard operation
myosuite copied to clipboard

MyoSuite is a collection of environments/tasks to be solved by musculoskeletal models simulated with the MuJoCo physics engine and wrapped in the OpenAI gym API.

Results 46 myosuite issues
Sort by recently updated
recently updated
newest added

It seems that Myosuit only works on Linux and Mac. Does it also works on windows or not?

help wanted

With the current version of mujoco-py the skin is not rendered. One workaround would be to install a patch via: `pip3 install --user --force-reinstall --no-compile git+https://github.com/hermanjakobsen/mujoco-py` see [here](https://githubhot.com/repo/ARISE-Initiative/robosuite/issues/217)

bug

Thanks for the release, great project! Do you consider upgrading your repo to the latest, open-sourced Mujoco 2.2.0 version?

enhancement
question

All additions/changes are in the baselines_SAC folder under myosuite/myosuite/agents. Also added two scripts I used for running the baselines in the parent folder.

CLA Signed

We trained our model using mjrl, with a PPO agent and MLP policy. When we try to improve our model using our current best model, the performance flattens immediately (see...

1. fixed bug in update formula of resting motor units (this might have caused fatigued motor units to not rest properly, and consequently MA, MR and MF not summing up...

Pen twirl environments have them follow the same format of other in hand object rotation environments

MyoHand_object.xml and MyoHand_tabletop.xml have capitalized M and H: they do not follow the same convention of all lower cases

Hi, Firstly, kudos for your amazing work! I'm curious how can I transfer marker/keypoints-based real-world motion capture data to MyoSuite for simulating musculoskeletal models, similar to the process in OpenSim?...