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

I cant seem to run the tutorial 2_Load_Policy.ipnyb. The issue throws an error at this line: pi = pickle.load(open(policy, 'rb')). The error 'DependencyNotInstalled: No module named 'mujoco_py'. The policy :...

Source of the warning: Automatic testing on Ubuntu system Particular test name: Run Test Environment Warning message: /home/runner/work/myosuite/myosuite/myosuite/envs/myo/myochallenge/chasetag_v0.py:218: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar...

Having followed all the installation instructions at myosuite.readthedocs.io/en/latest/install.html , I executed the following code ![Picture1](https://github.com/user-attachments/assets/c4d72e3d-b531-40b7-afbd-eabc0a85a02f) as follows: ![Picture2](https://github.com/user-attachments/assets/4ca91902-50e9-4cb6-b20e-8ff0d8f46ea0) and I get the following error message: ![Picture3](https://github.com/user-attachments/assets/717ba6f8-005e-4a82-a993-062f5f4c27a5) After consulting ChatGPT, it...

### Issue: Error Training MyoLeg Agent with depRL Hello! I'm running into an error when trying to train the MyoLeg agent with depRL. Specifically, following this [example](https://myosuite.readthedocs.io/en/latest/baselines.html#train-new-policy) #### Steps to...

bug