Back to #reinforcement learning

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

Reinforcement Loads Prediction of Geosynthetic-Reinforced Soil Structures Using Explainable and Nonexplainable Machine Learning Approaches

This study presents three advanced machine learning models: the evolutionary Gaussian process inference model, the artificial satellite search algorithm–moment balance machine (ASSA-MBM), and the Operation Rain Forest (ORF), which are designed to predict the maximum reinforcement load in geosynthetic-reinforced soil structures. These models were developed to enhance both predictive accuracy and model interpretability by incorporating state-of-the-art optimization algorithms and explainable machine learning frameworks. A comprehensive evaluation was conducted using 10-fold cross-validation, and the proposed models were benchmarked against previously developed AI models from literature, as well as traditional and semiempirical approaches such as Rankine, Coulomb, and K -stiffness. Among the proposed models, ASSA-MBM consistently achieved the best performance, recording the lowest testing root mean squared error (0.617), the highest correlation coefficient ( R = 0.918 ), and the highest reference index ( RI = 0.951 ). Additionally, the ORF model offers transparency by generating mathematical regression equations, which are crucial in geotechnical engineering.

Min-Yuan Cheng, Akhmad F. K. Khitam, Jia-Wang Liou · 0 citations

Related blog posts