Environment setup
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill environment-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Procedures for setting up the python environment, installing dependencies, and verifying installations.
SKILL.md
0.6 KB, as published. Nobody here has run it
Environment Setup
- Check Requirements: Verify
environment.ymlfor required packages. - Setup Virtual Environment: If not provided, create a conda or virtualenv.
- Install Dependencies:
pip install -r requirements.txtorconda env update. - Log State: Capture environment details with
python -VVandpip freeze.
Verification
- Ensure
importstatements in project scripts are valid. - Run project-provided tests (e.g.,
unit_test_1.py) to confirm functional parity.