EarlyExperience
Reward-free training data generation for interactive environments
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install EarlyExperience?โผ
Run `npx skills add OSU-NLP-Group/EarlyExperience --all -g -y` in your terminal to install the skill globally.
What is early experience learning?โผ
It is a training method between imitation and reinforcement learning where a model learns from the outcomes of its own alternative actions, without needing reward signals.
Which environments does EarlyExperience support?โผ
It ships notes and data for ten environments including ALFWorld, WebShop, BFCL, ScienceWorld, TravelPlanner, AppWorld, and TextCraft.
Does EarlyExperience work with any coding agent?โผ
Yes. The skill folder follows the standard SKILL.md format, so any compatible agent can read it and follow the data-generation workflow.
Where can I get the pre-generated training data?โผ
All expert, world-modeling, and reflection datasets are published on Hugging Face under the osunlp/early-experience dataset.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides