Views
No views yet

1git clone https://github.com/ltlhuuu/PSEC.git
2cd PSEC1conda create -n PSEC python=3.9
2conda activate PSECpip install -r requirements.txtMetaDrive environment viapip install git+https://github.com/HenryLHH/metadrive_clean.git@main1mkdir ~/.mujoco
2cd ~/.mujoco
3wget https://github.com/google-deepmind/mujoco/releases/download/2.1.0/mujoco210-linux-x86_64.tar.gz
4tar -zxvf mujoco210-linux-x86_64.tar.gz
5cd mujoco210
6wget https://www.roboti.us/file/mjkey.txt.bashrc:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.mujoco/mujoco210/bin1export XLA_PYTHON_CLIENT_PREALLOCATE=False
2CUDA_VISIBLE_DEVICES=0 python launcher/examples/train_pretrain.py --variant 0 --seed 0CUDA_VISIBLE_DEVICES=0 python launcher/examples/train_lora_finetune.py --com_method 0 --model_cls 'LoRALearner' --variant 0 --seed 0CUDA_VISIBLE_DEVICES=0 python launcher/examples/train_lora_finetune.py --com_method 0 --model_cls 'LoRASLearner' --variant 0 --seed 0@inproceedings{
liu2025psec,
title={Skill Expansion and Composition in Parameter Space},
author={Tenglong Liu, Jianxiong Li, Yinan Zheng, Haoyi Niu, Yixing Lan, Xin Xu, Xianyuan Zhan},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=GLWf2fq0bX}
}