1. 📘 Topic and Domain: The paper focuses on continual skill acquisition for embodied AI agents, introducing a framework called Programmatic Skill Network (PSN) that enables agents to learn, refine, and reuse executable skills in open-ended environments.
2. 💡 Previous Research and New Ideas: Based on existing work in programmatic skill representations and LLM-based agents, the paper proposes a novel framework where skills are represented as executable symbolic programs forming a compositional network that evolves through experience, with unique mechanisms for credit assignment and structural refactoring.
3. ❓ Problem: The paper addresses limitations of current approaches where skills are typically represented as flat libraries or static graphs lacking principled mechanisms for continual improvement and unified frameworks for credit assignment over hierarchical skill compositions.
4. 🛠️ Methods: The authors develop three core mechanisms: (1) REFLECT for structured fault localization over skill compositions, (2) maturity-aware update gating for stabilizing reliable skills while maintaining plasticity for uncertain ones, and (3) canonical structural refactoring under rollback validation to maintain network compactness.
5. 📊 Results and Evaluation: Experiments on MineDojo and Crafter environments demonstrate that PSN achieves robust skill reuse, rapid adaptation, and strong generalization across open-ended task distributions, with better performance than baseline approaches in technology tree progression and survival tasks.