You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ICLR 2025] The offical implementation of "PSEC: Skill Expansion and Composition in Parameter Space", a new framework designed to facilitate efficient and flexible skill expansion and composition, iteratively evolve the agents' capabilities and efficiently address new challenges
Skill Expansion and Composition in Parameter Space
International Conference on Learning Representation (ICLR), 2025
ย ย
ย ย
๐ฅ Official Implementation
PSEC is a novel framework designed to:
๐ Facilitate efficient and flexible skill expansion and composition
๐ Iteratively evolve the agents' capabilities
โก Efficiently address new challenges
Quick start
Clone this repository and navigate to PSEC folder
gitclonehttps://github.com/ltlhuuu/PSEC.gitcdPSEC
Environment Installation
Environment configuration and dependencies are available in environment.yaml and requirements.txt.
Create conda environment for this experiments
condacreate-nPSECpython=3.9condaactivatePSEC
Then install the remaining requirements (with MuJoCo already downloaded, if not see here):
Train the context-aware modular to adaptively leverage different skill knowledge to solve the tasks. You can download the pretrained model and datasets from here. Then, run the following command,
[ICLR 2025] The offical implementation of "PSEC: Skill Expansion and Composition in Parameter Space", a new framework designed to facilitate efficient and flexible skill expansion and composition, iteratively evolve the agents' capabilities and efficiently address new challenges