Skip to content

Sample-Efficient Robot Skill Learning for Construction Tasks: Benchmarking Hierarchical Reinforcement Learning and Vision-Language-Action Model

Nov 2026 · Journal of computing in civil engineering · 0 citations · 18 references

TL;DR

Overall, the findings indicate that VLA offers practical advantages for changing tasks by reducing programming effort and enabling useful performance with minimal data, while DQN provides a viable baseline when sufficient tuning effort is acceptable.

Abstract

This study evaluates two leading approaches for teaching construction robots new skills to understand their applicability for construction automation: a vision-language-action (VLA) model and reinforcement learning (RL) methods. The goal is to understand task performance and the practical effort needed to deploy each approach on real jobs. The authors developed two teleoperation interfaces to control the robots and collect the demonstrations needed, both of which proved effective for training robots for long-horizon and dexterous tasks. In addition, the authors conducted a three-stage evaluation. First, the authors compared a multilayer perceptron (MLP) policy with a deep Q-network (DQN) imitation model to identify the stronger RL baseline, focusing on model performance, generalization, and a pick-up experiment. Second, three different VLA models were trained in two different scenarios and compared with each other. Third, the authors benchmarked the selected RL baseline against the VLA model using computational and sample-efficiency measures and then a robot experiment on a multistage panel installation task that included transport and installation. The VLA model demonstrates strong generalization and few-shot capability, achieving 60% and 100% success in the pick-up phase. In comparison, DQN can be made robust but needs additional noise during tuning, which increases the workload. Overall, the findings indicate that VLA offers practical advantages for changing tasks by reducing programming effort and enabling useful performance with minimal data, while DQN provides a viable baseline when sufficient tuning effort is acceptable.

View source

Similar papers

Training Robot Policies with a Foundation Model Teacher

This work investigates whether Cosmos Policy can serve as a teacher to train IL and RL policies on specialized tasks, which would remove all human intervention from the loop and simplify robotics deployment.

Daniel Zou, Stanford Online, Steven Feng et al. · 0 citations
Preprint Jul 2026

Simple-to-Complex Structured Demonstrations for Vision-Language-Action Learning

This work proposes a simple-to-complex structured demonstration collection strategy for VLA learning using a dual-arm robotic platform that enables VLA models to first acquire fundamental manipulation skills before learning increasingly complex task compositions, facilitating more effective learning of long-horizon manipulation tasks.

Xin Qiu, Yi Yu · 0 citations
Conference Jul 2026

Hybrid Large Language Model-Reinforcement Learning Pipeline to Enhance Simulation Training for Robotics

Despite rapid advances in artificial intelligence, robotic systems remain limited by poor generalisation across unstructured environments and fragile training pipelines. Reinforcement learning (RL) has shown promise in training robotics, yet its effectiveness is often constrained by manually engineered reward mechanisms. In parallel, large language models (LLMs) demonstrate strong reasoning and evaluation capabilities that remain underutilised in robotic training pipelines. This paper proposes a hybrid LLM-RL framework in which an LLM dynamically evaluates robot performance during simulation training and adaptively modifies the reward weights to improve learning stability, accuracy of task completion, and policy convergence. Unlike existing work that focuses on natural language control at inference time, the proposed method leverages the LLM during training, acting as a high-level reward critic. We implemented this framework using an open-source robotic arm trained in simulation to demonstrate improved task success rates and learning efficiency compared to static reward mechanisms. This work highlights a scalable pathway toward more adaptive and generalisable robotic training systems for advanced robotics.

Parith Avasadanond, Jovan Hartono, Kenneth Y. T. Lim · 0 citations
Book Open access Jul 2026

How To Build End-To-End Physical AI Systems for Robots

This short course presents a unified pipeline for developing humanoid and general-purpose robot policies, spanning synthetic data generation, policy training, and deployment, and gains a practical understanding of how simulation, world models, and foundation models compose into a scalable, end-to-end system for generalizable physical AI.

Edith Llontop, A. Santhosh · 0 citations
Conference Open access Jul 2026

Exp2VLA: Enabling Vision–Language–Action for Drone Navigation from Expert Demonstrations

A practical expert-distillation pipeline (Exp2VLA) for language-conditioned drone navigation that allows existing control strategies to be transferred into a unified language-guided navigation model, reducing manual system integration and lowering the barrier for deploying new robot behaviors.

V. Dang, K. Rajendran, Erdi Sayar et al. · 0 citations

Related blog posts

MIT News · Artificial Intelligence Aug 27, 2026

Looking beyond natural sequences

A new machine-learning framework aims to improve the success rate of computational protein design while moving away from results that reproduce sequences found in nature.