Create a conda environment using environment.yml which will automatically install all required dependencies. (Note: Use Anaconda preferably)
conda env create -f environment.ymlpip install git+https://github.com/ElyasYassin/AlBornoLab-myosuite.githttps://github.com/ElyasYassin/mjrl-modified.git@pvr_beta_1vkconda env create -n myosuiteconda install python=3.8.18pip 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.