robótica
10
Luís Rei1, Luís Paulo Reis1,2 and Nuno Lau3,4 1 DEI/FEUP - Informatics Engineering Department, Faculty of Engineering of the University of Porto, Portugal 2 Artificial Intelligence and Computer Science Lab. Porto, Portugal 3 University of Aveiro Campus Universitário de Santiago, Portugal 4 IEETA -Institute of Electronics and Telematics Engineering of Aveiro, Portugal
ARTIGO CIENTÍFICO
Optimizing a Humanoid Robot Skill ABSTRACT Controlling a humanoid robot with a large number of joints and thus, degrees of freedom, presents a complex problem that requires knowledge in multiple fields, including biology, mechanics, physics, electronics and computer engineering. The challenge of making a humanoid robot play soccer adopted by the RoboCup initiative, a task that was created specifically for humans, is ideal for testing the performance of the robot’s motor skills. This work aims to improve the performance of these skills by applying to them an automated optimization process. The robot is the simulated RoboCup 3D agent, a simulated NAO robot, implemented by the FCPortugal3D team. Several different optimization algorithms, in particular Hill Climbing, Simulated Annealing, Tabu Search and Genetic Algorithms are adapted to this problem, used and compared in the optimization of a particular skill of the FCPortugal agent. Furthermore, the skill optimized, which allows the robot to get up after falling on its front, is also compared to the original, unoptimized, skill as well as to those of other teams participating in the RoboCup simulated 3D league. The achieved results are good, providing skill that performs considerably better than the original skill.
I. INTRODUCTION The RoboCup international competition uses soccer as a standard problem to foster research in the fields of artificial intelligence and robotics [1]. FC Portugal team project was conceived as an effort to create intelligent players, capable of thinking like real soccer players and behave like a real soccer team [2] competing in the RoboCup simulation leagues. The 3D humanoid soccer simulation league was created in order to promote research in the necessary techniques in order to make humanoid robots play soccer. The topics of research include physics, biology, control theory and machine learning with the aim of developing stable biped skills such as walk, turn, get up and kick. The result of this kind of research may
be extended to other domains, such as the use on real humanoid robots, which may be able to perform social tasks such as helping a blind to cross a street or elderly people to perform tasks that became impossible to do alone. The use of simulated environments is popular since it allows the developers to make arbitrary or complex tests in the simulator without using the real robot thus avoiding expensive material to get damaged [3]. The teams have consisted of only a few agents, research in coordination has not been very important in the 3D league. Developing efficient low-level skills has been the main decisive factor in the 3D league [4]. Despite this fact, FC Portugal main focus has been on the high-level, multi-agent coordination [5], [6], [7]. This work instead focus on the low-level performance of a robot and aims to show how the robot’s low-level skills can be improved with the aid of automatic optimization methods and provides a comparison between different optimization algorithms adapted to this problem, namely, Hill Climbing, Simulated Annealing, Tabu Search and a Genetic Algorithm. The particular skill being optimized provides the robot with the means to get up after falling on its front and attempts to minimize the time it takes to perform it while maximizing the stability of the robot while, and immediately after, performing this skill. Section II provides information about the problem, specifically the simulation system, the agent, skills in the FC Portugal agent in general and the skill to be optimized in particular. Section III gives
Figure 1. Simspark Monitor screenshot.
an overview of the optimizer developed and the algorithms used. Section IV describes the experiment conducted and its results. Finally, section V analyses the results of the experiment and extracts the conclusions.
II. PROBLEM FORMULATION A computer simulation, also known as a computer model, is a computer program that attempts to simulate an abstract model of a system. A system is a set of structured interacting or interdependent components that forms an integrated whole. Computer simulations have become a useful part of mathematical modeling of many natural systems in physics (computational physics), astrophysics, chemistry and biology, human systems in economics, psychology, social science, and engineering. The official Robocup 3D simulation server is Simspark [8] a generic physical multi-agent simulator system for agents in three-dimensional environments. It simulates the laws of physics in the real world in the context of a soccer game (i.e. the soccer field, ball and rules of the game) as well as the robots (physical dimensions, look, sensors and joints). The robotic platforms (either the most simple articulated arms or the most complex humanoid robots) are usually very expensive. The use of simulation environments for research, development and test in robotics provides many ad-