InstructRobot: A Model-Free Framework for Mapping Natural Language Instructions into Robot Motion
Iury Cleveston, Alana C. Santana, Paula D. P. Costa, Ricardo R. Gudwin, Alexandre S. Simões, Esther L. Colombini
TL;DR
The paper addresses the problem of translating natural language instructions into robot actions under data scarcity and high-DoF constraints. It proposes InstructRobot, a dataset-free, model-free reinforcement learning framework that jointly learns language representations and inverse kinematics without requiring prior IK models. The approach uses a PPO-based policy with a Transformer-based Language System and multimodal Perceptual System, demonstrating results on a 26-DoF NAO robot across single- and multi-instruction tasks, with open-source code available. This work advances human-robot interaction by enabling robust, instruction-guided manipulation in realistic, data-scarce domains and highlights avenues for future improvements through reward design and language-model integration.
Abstract
The ability to communicate with robots using natural language is a significant step forward in human-robot interaction. However, accurately translating verbal commands into physical actions is promising, but still presents challenges. Current approaches require large datasets to train the models and are limited to robots with a maximum of 6 degrees of freedom. To address these issues, we propose a framework called InstructRobot that maps natural language instructions into robot motion without requiring the construction of large datasets or prior knowledge of the robot's kinematics model. InstructRobot employs a reinforcement learning algorithm that enables joint learning of language representations and inverse kinematics model, simplifying the entire learning process. The proposed framework is validated using a complex robot with 26 revolute joints in object manipulation tasks, demonstrating its robustness and adaptability in realistic environments. The framework can be applied to any task or domain where datasets are scarce and difficult to create, making it an intuitive and accessible solution to the challenges of training robots using linguistic communication. Open source code for the InstructRobot framework and experiments can be accessed at https://github.com/icleveston/InstructRobot.
