agentsclimarketplace

Run3 Run Unit Test in Python 3 10 Environment

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-claude-haiku-4-5/nlp-paper-reproduction/run3_Run-Unit-Test-in-Python-3-10-Environment

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Run-Unit-Test-in-Python-3-10-Environment

Assembled 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

Use to execute the unit test within the Python 3.10 virtual environment after implementing the loss function. This validates the implementation against fixed input tensors.

SKILL.md

0.9 KB, as published. Nobody here has run it

  1. Ensure Python 3.10 environment is active:

    source /root/.venv310/bin/activate
    python -VV
    
  2. Navigate to project root:

    cd /root/SimPO
    
  3. Run the unit test:

    python unit_test/unit_test_1.py
    
  4. Verify output file was created:

    ls -lh /root/loss.npz
    
  5. Inspect the saved loss values (optional verification):

    python -c "import numpy as np; data = np.load('/root/loss.npz'); print(data['losses'])"
    
  6. Check for any error messages:

    • If test fails, review error traceback
    • Verify tensor shapes match test expectations
    • Confirm loss computation logic against paper formula

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.