Research Article
Teaching Reinforcement Learning and Humanoid Robotics to High-School Students: An Expert-Validated Curriculum Design on a Low-Cost Open Platform
Synthesis: A Stanford-led team converts a full research robotics workflow — assembly, electrical checks, Simulation training, and physical deployment — into a high-school course built around one open humanoid robot that pairs assemble and train to walk. The contribution is a framework organized by five design principles, four disciplinary tracks, and eight three-hour sessions, refined through a review in which five experts rated it and named three tensions: authenticity versus cognitive load, integration versus visible progress, and team construction versus individual accountability. Every revision follows from that formative review, and the authors state that the revised framework remains unevaluated while student learning data await a separate study.
Key Findings
- A five-expert review reshaped the design. Five experts in robotics research and engineering, secondary STEM teaching, and curriculum design rated the initial four-track curriculum on eight dimensions using a five-point scale.
- Integration and teamwork were the strongest dimensions. Integration of AI/robotics content and teamwork both averaged M = 4.60 (SD = 0.89); communication (M = 3.40, SD = 0.55) and assessment (M = 3.60, SD = 0.89) were weaker.
- Consensus on engagement was absent. Motivating context averaged 4.00 with the greatest dispersion (SD = 1.73, range 1–5), and the motivation rating of 1/5 cautions against treating the mean as consensus.
- Cognitive load was the first design tension. Four of five experts questioned terminology volume, prerequisites, long sessions, and setup work, so the revision made independent PPO implementation an extension and added a Python prerequisite.
- One shared artifact carries everything. Pairs share one ToddlerBot, whose reported parts cost is under USD 6,000, across eight three-hour CS+AI sessions (24 contact hours) with a recommended mentor-to-student ratio of 1:4.
- Hardware targets are bounded and supervised. Standing and approximately five seconds of walking with the supplied policy precede any student-trained attempt, and logs must distinguish supported stepping from unsupported walking.
- Nothing here measures learning. Among the four experts who gave an overall score, implementation readiness averaged 4.00 (SD = 0.82, range 3–5); student performance data remain unevaluated.
One robot, four tracks, five principles
Every activity hangs on the same artifact: pairs assemble a ToddlerBot, train a walking policy in simulation, and deploy it on hardware. Four tracks — mechanical engineering, build, electrical engineering, and computer science/AI — run in parallel, with concepts introduced immediately before their application. Five principles govern the design: coordinate disciplines through one artifact, sequence by technical dependencies, integrate simulation and hardware progressively, combine scaffolded checkpoints with bounded choice, and pair collaboration with individual evidence. Safety gates make that dependency order visible: power-on requires a component check and walking requires a passed standing test, while simulation work can begin before assembly finishes.
What the five experts rated, and where they disagreed
Five purposively selected experts, coded E1–E5, rated the initial design on eight dimensions after structured interviews. Teamwork and integration of AI/robotics content tied at the top (both M = 4.60, SD = 0.89); instructional strategies and organization followed at 4.20, and motivating context and educational-technology integration each averaged 4.00. Communication (M = 3.40, SD = 0.55) and Assessment (M = 3.60, SD = 0.89) were comparatively weaker. Six themes summarize the qualitative feedback; the authors collapse them into the three tensions that organize the paper.
Bounded customization instead of open-ended design
The revision narrows what students build. Learners begin with non-critical shell choices such as color, then define a bounded motion objective like prioritizing steady walking over speed, modify supplied reward weights, and compare simulation trials; the training code is provided. Expert Feedback pushed the same way: four of five experts questioned terminology volume and prerequisites, so the authors added a prerequisite of running and modifying a short Python program and moved PPO implementation to an extension. A supplied pretrained policy enters before any student-trained one, letting learners separate equipment faults, simulation errors, and learning failures — a distinction experts demanded, warning that passing a robot milestone is not understanding it.
Individual evidence inside pair work
Partners share a robot, so the framework separates robot performance from individual understanding. Students rotate operating and checking roles, each submits a separate prediction and explanation at every checkpoint, and the instructor observes a relevant practical task and asks a brief follow-up question without partner assistance. Progress is recorded as independently demonstrated, demonstrated with prompting, or not yet demonstrated. Formative assessment carries the load: explanations decide whether a learner receives support or an extension before a harder task is assigned, and role logs inform the collaboration judgment without counting as evidence of understanding. Supported stepping and unsupported walking are different technical events, and neither is evidence of conceptual mastery.
What this means for practice
- Instructors. Budget the prerequisites first: a Python on-ramp, validated setup instructions, spare parts, and backup conceptual activities, since experts named setup delay and terminology volume as what breaks this course.
- Curriculum designers. Hold checkpoints on explanations before raising complexity, and make independent algorithm implementation an extension rather than a requirement.
- Program leaders. Price delivery, not the kit: parts are reported under USD 6,000, while fabrication, repairs, computing, and a 1:4 mentor ratio are separate assumptions deciding which sites can run it.
- Researchers. Treat expert ratings as design evidence, not effect evidence; any advantage over simulation-only instruction is untested, and comparisons must control prior experience, contact time, and instructor support.
Limitations
- Five purposively selected experts provide formative feedback, not representative agreement, and the ratings establish neither formal content validity nor learning effectiveness.
- The ratings describe the initial curriculum, not the revised session plan, which the experts never re-evaluated; the three tensions are the authors' synthesis.
- One expert omitted the overall implementation-readiness rating (no value was imputed), and a duplicated interview record was counted only once.
- The instantiation is narrow: four students in two pairs, one ToddlerBot each, a recommended 1:4 mentor ratio; course completion and walking are implementation context, with student outcomes reserved for a separate study.
Connected Concepts
- Scaffolding
- Robots in Education
- Reinforcement Learning
- Simulation
- Curriculum Design
- Project-Based Learning
- Collaborative Learning
- Group Work
- Prior Knowledge
- Formative Assessment
- Assessment Validity
- Motivation
- AI Literacy
- Experiential Learning
- Design-Based Research
Connected Articles
- Reinforcement Learning in Education: A Systematic Literature Review — Reinforcement Learning in Education: A Systematic Literature Review
- Pathways to Learning: Exploring High School Students' Learning of AI-Powered Educational Robotics — Pathways to Learning: Exploring High School Students' Learning of AI-Powered Educational Robotics
- Computational Thinking to Enhance Educational Robotics in Secondary School's Curriculum — Computational Thinking to Enhance Educational Robotics in Secondary School's Curriculum
- Bots and Blocks: Presenting a Project-Based Approach for Robotics Education — Bots and Blocks: Presenting a Project-Based Approach for Robotics Education
- Teaching AI, Robotics, & Community: A Hubs-Based K-12 Education Framework for Reaching Rural Schools — Teaching AI, Robotics, & Community: A Hubs-Based K-12 Education Framework for Reaching Rural Schools
- From simulation to flight: Simulation-assisted drone learning with teacher-AI co-designed scaffolds for secondary students' STEM knowledge and competencies — From simulation to flight: Simulation-assisted drone learning with teacher-AI co-designed scaffolds for secondary students' STEM knowledge and competencies
- EduSim-LLM: An Educational Platform Integrating Large Language Models and Robotic Simulation for Beginners — EduSim-LLM: An Educational Platform Integrating Large Language Models and Robotic Simulation for Beginners
- Coding, robots, computational concepts, and machine learning using the microbit card and the Maqueen and Nezha kits. A study in initial teacher training — Coding, robots, computational concepts, and machine learning using the microbit card and the Maqueen and Nezha kits. A study in initial teacher training
- Giving Mechanical Engineers Intelligent Tools: A Project-Based AI Education Curriculum in Thermal Engineering — Giving Mechanical Engineers Intelligent Tools: A Project-Based AI Education Curriculum in Thermal Engineering
- Theoretical Perspectives on Teaching with Robots: From Interdisciplinary Prerequisites and Necessities in Today’s Classrooms to Five Different Types of Robots — Theoretical Perspectives on Teaching with Robots: From Interdisciplinary Prerequisites and Necessities in Today's Classrooms to Five Different Types of Robots
- Game-Based and Gamified Robotics Education: A Comparative Systematic Review and Design Guidelines — Game-Based and Gamified Robotics Education: A Comparative Systematic Review and Design Guidelines
- Robotics and Artificial Intelligence in Education: Transformations, Challenges, and Future Directions — Robotics and Artificial Intelligence in Education: Transformations, Challenges, and Future Directions
Citation
Dong, Y., Cao, J., & Wang, S. (2026). Teaching Reinforcement Learning and Humanoid Robotics to High-School Students: An Expert-Validated Curriculum Design on a Low-Cost Open Platform. arXiv:2609.25674.