link to experiments and report: muscle-memory
conda create --name muscle python=3.8
conda activate muscle
cd myosuite
pip install -e .
pip install joblib scikit-learn
pip install setuptools==65.5.0 pip==21
pip install stable-baselines3==1.7
pip install gym==0.13
- First pretrain muscle synergies SAR by runninig
train_SAR100.pyfollowed bycollect_data.pyto collect the rollouts train_retreival.pyruns the main retreival RL polcy (SAC with SAR action memory) along with the flat action retrieval ablationtrain_SAR100.pyruns the other baselines including SAR-RL- Use
plot_result.pyfor visualisig reuslts of a single seed andplot_seed.pyfor the combined results