Create a conda environment using environment.yml
which will automatically install all required dependencies. (Note: Use Anaconda preferably)
conda env create -f environment.yml
pip install git+https://github.com/ElyasYassin/AlBornoLab-myosuite.git
pip install git+https://github.com/ElyasYassin/mjrl-modified.git
conda env create -n myosuite
conda install python=3.8.18
pip install -r requirement
- Train the policy using either mjrl training (MuJoCo Reinforcement Learning module) or sb3 training (Stable Baselines 3 module).
- After training is done, verify the visual outcome using load policy.
- Inverse Dynamics: Reproduce a movement from a CSV file that stores the intensity of each muscle actuator as a function of time.
- Testing Models: Use this to see the composition of models, primarily how many joints and muscles the model has.