Run1 route planning and logistics
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run1_route-planning-and-logisticsAssembled 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
Determines the driving route from Minneapolis to Ohio, segments the 7-day travel period into manageable travel and stay durations, and ensures no flights are used.
SKILL.md
0.8 KB, as published. Nobody here has run it
Route Planning Strategy
- Identify Cities: Select three major Ohio cities (e.g., Cleveland, Columbus, Cincinnati) that allow for a logical driving path from Minneapolis.
- Time Allocation: Distribute 7 days (March 17–23) across travel and stays. Since it is a long drive (~10–12 hours), schedule driving days that account for pet comfort breaks.
- Transportation: Explicitly record "Self-driving" as the mode of transport for all legs.
- Data Verification: Use
googleDistanceMatrix/distance.csvto ensure driving times are realistic for the requested timeframe.