ORIGINAL RESEARCH article

Front. Robot. AI, 29 June 2021

Sec. Smart Sensor Networks and Autonomy

Volume 8 - 2021 | https://doi.org/10.3389/frobt.2021.538773

Using Tactile Sensing to Improve the Sample Efficiency and Performance of Deep Deterministic Policy Gradients for Simulated In-Hand Manipulation Tasks

  • 1. CITEC, Bielefeld University, Bielefeld, Germany

  • 2. PAL Robotics, Barcelona, Spain

  • 3. OpenAI, San Francisco, CA, United States

Article metrics

View details

29

Citations

10,2k

Views

2,4k

Downloads

Abstract

Deep Reinforcement Learning techniques demonstrate advances in the domain of robotics. One of the limiting factors is a large number of interaction samples usually required for training in simulated and real-world environments. In this work, we demonstrate for a set of simulated dexterous in-hand object manipulation tasks that tactile information can substantially increase sample efficiency for training (by up to more than threefold). We also observe an improvement in performance (up to 46%) after adding tactile information. To examine the role of tactile-sensor parameters in these improvements, we included experiments with varied sensor-measurement accuracy (ground truth continuous values, noisy continuous values, Boolean values), and varied spatial resolution of the tactile sensors (927 sensors, 92 sensors, and 16 pooled sensor areas in the hand). To facilitate further studies and comparisons, we make these touch-sensor extensions available as a part of the OpenAI Gym Shadow-Dexterous-Hand robotics environments.

1 Introduction

Humans perform better in dexterous in-hand manipulation tasks than robotic systems. One of the reasons is the rich tactile perception available to humans which allows them to recognize and manipulate an object even without vision (Lederman and Klatzky, 1987). In such cases, tactile perception is one of the key abilities for in-hand manipulation of objects and tool usage. Next to vision, tactile sensing is a crucial source of information for the manipulation of objects and tool usage for humans and robots (Johansson and Westling, 1984; Maycock et al., 2010; Dang et al., 2011; Fritzsche et al., 2011). The importance of tactile sensing for object recognition was demonstrated on a multi-fingered robotic hand (Schmitz et al., 2014) as well as for successful grasping on a two-fingered gripper with high-resolution tactile sensors (Calandra et al., 2018).

Deep Reinforcement Learning (DRL) algorithms learn through interaction with an environment. Touch is an important sense that mediates interactions in in-hand manipulation tasks. Here we will focus on connecting DRL and tactile sensing in the context of dexterous in-hand manipulation of objects with an anthropomorphic robotic hand (Figure 1) (OpenAI et al., 2020; Plappert et al., 2018). We demonstrate that the sample efficiency and performance can be increased when tactile information is available to the agent. Different from previous works with static interaction with objects (Merzić et al., 2019), we present empirical results in a simulation that show that including tactile information in the state improves the sample efficiency and performance in dynamic in-hand manipulation tasks. To fully examine the role of tactile sensing in the improvements, we analyze the role of the spatial resolution of the tactile sensors on the hand, sensor measurement accuracy (continuous vs. Boolean values), and noise in sensory readings—a highly important aspect in using tactile sensing on physical robots. To get a better idea of useful sensor layouts and the optimal degree of sensor density, we calculated the number of activations per sensor in the 92-sensors layout (Figure 1) in the four Hand Manipulate environments: Egg, PenRotate, BlockRotateXYZ, and Block (Table 3). To assess the importance of individual tactile sensors, we also calculated the difference in Q values when dropping out an active sensor (with a Boolean sensor value). These results can guide robot engineers to build robots with tactile sensors for manipulation. We selected well-established and benchmarked simulated environments from OpenAI Gym for robotics which include in-hand manipulation of objects with anthropomorphic-hand tasks. To this end, we (i) extended the OpenAI Gym Shadow-Dexterous-Hand robotics environments with normal force touch sensors designed to simulate the touch sensing of the robot hand developed in our group (Koiva et al., 2013; Büscher et al., 2015) and (ii) compared learning results for OpenAI Gym robotics environments with and without normal force touch sensors. We find for all learning tasks a significant increase in sampling efficiency along with an improved performance of the trained agents.

FIGURE 1

An agent with a model-free policy can learn complex in-hand manipulation tasks using just proprioceptive feed-back and visual information about the manipulated object (Plappert et al., 2018). In this work, we used a combination of Deep Deterministic Policy Gradients (DDPG) (Lillicrap et al., 2016) and Hindsight Experience Replay (HER) (Andrychowicz et al., 2017). DDPG is a model-free RL algorithm for continuous action spaces employing two neural networks learning two different aspects: a target policy (also called an actor) and an action-value function approximator (called the critic). HER allows learning almost as much from achieving an undesired outcome as from the desired one and can be combined with any off-policy RL algorithm. Universal policies (Tom et al., 2015) take as input not only the current state but also a representation of the goal. The pivotal idea behind HER is to replay each episode with a different goal than the one the agent was trying to achieve, e.g. with the goals which occasionally happened to be achieved in the episode. HER is applicable when each time step has a representation in the state that can be selected as a goal. HER improves the sample efficiency and makes learning possible even if the reward signal is sparse and binary (Andrychowicz et al., 2017).

Continuous haptic feedback provides a feedback modality that can augment visual feedback, or compensate for reduced visual information under insufficient lighting or in case of visual occlusion (Korthals et al., 2019a). This can improve grasping in terms of reliability in assessing the object’s pose under conditions of uncertainty (Merzić et al., 2019). Multisensory fusion (Korthals et al., 2019b) techniques may help at the level of geometry, contact, and force physics. For example, an autoencoder can translate high-dimensional sensor representations into a lower-dimensional, compact space, easing for a reinforcement learner the task to learn stable, non-linear policies (Van Hoof et al., 2016).

Recent works describe approaches to bring tactile sensing to anthropomorphic hands like the Shadow-Dexterous-Hand, by providing integrated tactile fingertips (Koiva et al., 2013) as shown in Figure 2 and constructing a flexible tactile skin (Büscher et al., 2015). The tactile skin comprises stretchable and flexible, fabric-based tactile sensors capable of capturing typical human interaction forces within the palm and proximal and distal phalanges of the hand. This enables the hand to exploit tactile information, e.g. for contact or slip detection (Meier et al., 2016; Walck et al., 2017). Our segmentation of the simulated Shadow Dexterous Hand into 92 tactile-sensitive areas resembles the distribution of tactile sensors in these works. In Tian et al. (2019), a deep tactile model-predictive control framework for non-prehensile manipulation was proposed to perform tactile servoing and to reposition an object to user-specified configurations that were indicated by a tactile goal pattern, using the learned tactile predictive model. Van Hoof et al. (2015) studied how tactile feedback can be exploited to adapt to unknown rollable objects located on a table and demonstrated the possibility of learning feedback controllers for in-hand manipulation using reinforcement learning on an underactuated, compliant platform. The feedback controller was hand-tuned to complete the tasks.

FIGURE 2

The combination of tactile data with reinforcement learning has been explored in some previous works. In the work that investigates learning to use tactile sensing in object manipulation tasks (Chebotar et al., 2014) authors faced the problem of the high dimensionality of the tactile data. The authors showed how the learning of tactile feedback can be made more efficient by reducing the dimensionality of the tactile information through spectral clustering and principal component analysis. Another study Church et al. (2020) presented a challenging tactile robotics environment for learning to type on a braille keyboard with deep reinforcement learning algorithms. Preliminary results showed that successful learning can take place directly on a physical robot equipped with a biometric tactile sensor.

It has been shown that a model-free DRL can effectively scale up to complex manipulation tasks with a high-dimensional 24-DoF hand, and solve them from scratch in simulated experiments. With the use of a small number of human demonstrations, the sample complexity can be significantly reduced, which enables learning with sample sizes equivalent to a few hours of robot experience (Rajeswaran et al., 2017). Another study described a method for learning dexterous manipulation skills with a pneumatically actuated tendon-driven 24-DoF hand (Kumar et al., 2016). The method combined iteratively refitted time-varying linear models with trajectory optimization and can be seen as an instance of model-based reinforcement learning or as adaptive optimal control. Its appeal lies in the ability to handle challenging problems with surprisingly little data.

2 Methods

2.1 Simulator

OpenAI Gym (Brockman et al., 2016) contains several simulated robotics environments with the Shadow-Dexterous-Hand model. Simulation is carried out using the MuJoCo physics engine (Todorov et al., 2012). These are open-source environments designed for experimental work and research with Deep Reinforcement Learning. The anthropomorphic Shadow-Dexterous-Hand model, comprising 24 degrees of freedom (20 actuated and four coupled), has to manipulate an object (block, egg, or pen) so that it matches a given goal orientation, position, or both position and orientation. For the original environments without touch sensing, the state vector is 68-dimensional (Table 1) (Plappert et al., 2018). The state vector includes the 24 positions and 24 velocities of the robot’s joints. It also includes the Cartesian position and rotation of the object that is being manipulated, represented by a unit quaternion as well as its linear and angular velocities.

TABLE 1

Type92 sensors16 sensors
Joint angles24
Joint angles’ velocity24
Object’s position XYZ3
Object’s velocity XYZ3
Object’s orientation (quaternion)4
Object’s angular velocities3
Target position of the object XYZ3
Target orientation of the obj. XYZ (quaternion)4
Vector length without touch sensors68
Vector length with touch sensors16084

Neural Network Input Vector in the Hand Environments.

2.2 Touch Simulation

We covered all five fingers and the palm of the Shadow-Dexterous-Hand model with 92 (Figure 1; Table 2) and 927 virtual touch sensors. For the agent, the only difference between the robotics environments with and without touch sensors is the length of the state vector that the agent receives as input at each time step (Table 1). In the environments extended with 92 touch sensors, the state vector is 160-dimensional (68 + 92) (Table 1). In the environments extended with 927 touch sensors, the state vector is 995-dimensional (68 + 927).

TABLE 2

Sensors-per-area × number-of-areas
Functional areas of the hand model92-Sens. Model16-Sens. Model
Lower phalanx of the fingers (× 4)7 sensors × 41 sensor × 4
Middle phal. of the fingers (× 4)5 sensors × 41 sensor × 4
Tip phalanxes of the fingers (× 4)5 sensors × 41 sensor × 4
Thumb phalanxes (× 3)5 sensors × 31 sensor × 3
Palm (× 1)9 sensors × 11 sensor × 1

The 92 and 16 Touch-Sensor Environments.

As an additional experiment, we grouped 92 sensors into 16 sub-groups (Table 2) to reduce the tactile sensory resolution when using Boolean tactile signals. In the environments with 16 touch-sensor sub-groups the state vector is 84-dimensional (68 + 16) (Table 1). If any of the sensors in a group has a greater than zero value, then the tactile sub-group returns 1, otherwise 0. The grouping was done per phalanx (3 phalanxes × 5 digits) plus a palm resulting in 16 sub-groups (Table 2).

The MuJoCo (Todorov et al., 2012) physics engine provides methods to mimic touch sensing at specified locations. This is based on specifying the tactile sensors’ active zones by so-called sites. Each site can be represented as either ellipsoid or box. In Figure 1, the sites are visualized as red and green transparent shapes attached to the hand model. If a body’s contact point falls within a site’s volume and involves a geometry attached to the same body as the site, the corresponding contact force is included in the sensor reading. Soft contacts do not influence the above computation except inasmuch as the contact point might move outside of the site, in which case if a contact point falls outside the sensor zone, but the normal ray intersects the sensor zone, it is also included. MuJoCo touch sensors only report normal forces using Minkowski Portal Refinement approach (Gary, 2008a; Gary, 2008b; Michael and Newth, 2013), not the Separating Axis Theorem, and friction does not play a role. The output of the contact sensor is a non-negative scalar value of type float that is computed as the sum of all contact normal forces that were included for this sensor in the current time step (Todorov, 2019a; Todorov, 2019b). Thus, each sensor of the 92 virtual touch sensors has a non-negative scalar value (Figure 3). In experiments E3 and E4, we applied a threshold and used Boolean value for each sensor, i.e., in-contact and not-in-contact.

FIGURE 3

2.3 Reinforcement Learning and Training

We evaluate learning using Deep Deterministic Policy Gradients (DDPG) (

Lillicrap et al., 2016

) and Hindsight Experience Replay (HER) (

Andrychowicz et al., 2017

) techniques. For a given state of the environment, a trained policy outputs an action vector of 20 continuous values ranging from -1 to 1 used for position-control (actuation center + action × actuation range/2) for 20 actuated degrees of freedom (non-coupled joints). The learning agent in the environment is an Actor and Critic network. All experiments in this paper use the following hyperparameters:

  • • Actor and critic networks: 3 layers with 256 units each and ReLU non-linearities

  • • Adam optimizer (Kingma and Jimmy, 2014) with for training both actor and critic

  • • Buffer size: transitions

  • • Polyak-averaging coefficient: 0.95

  • • Action L2 norm coefficient: 1.0

  • • Observation clipping: [−200, 200]

  • • Batch size: 256

  • • Rollouts per MPI worker: 2

  • • Number of MPI workers: 19

  • • Cycles per epoch: 50

  • • Batches per cycle: 40

  • • Test rollouts per epoch: 10

  • • Probability of random actions: 0.3

  • • Scale of additive Gaussian noise: 0.2

  • • Probability of HER experience replay: 0.8

  • • Normalized clipping: [−5, 5]

These hyperparameter values and the training procedure are the same as in Plappert et al. (2018) and described there in greater detail, also available as a part of the OpenAI Baselines1. However, experiments in Plappert et al. (2018) were conducted without tactile information.

Following Plappert et al. (2018), in all tasks, rewards are sparse and binary: At each timestep, the agent receives a reward of 0 if the goal has been achieved (within some task-specific tolerance), and −1 otherwise. An episode is considered successful if, at the last time step of the episode, the manipulated object is in the goal state (within some task-specific tolerance).

For all environments, we train on a single machine with 19 CPU cores, one worker per CPU core. Workers use Message Passing Interface (MPI) for synchronization. Each MPI worker generates two rollouts of experience per cycle. MuJoCo parallel simulation environments were the main time-limiting factor and not the DRL algorithm computation, therefore the experiments were done on a CPU cluster. One epoch consists of 2 (rollouts per worker) × 50 (cycles) × 19 (CPUs) = 1,900 full episodes. One episode consists of 100 timesteps, thus, one epoch contains 190,000 samples. In “HandManipulateEgg” and “HandManipulatePenRotate” environments we train for 1,000 epochs, which amounts to a total of 19 × 107 timesteps. In the “HandManipulateBlockRotateXYZ” environment we trained the agent for 300 epochs, which amounts to a total of 5.7 × 107 timesteps. In the “HandManipulateBlock” environment we trained the agent for 2000 epochs, which amounts to a total of 38 × 107 timesteps. All environments ran at 500 frames per second (FPS). We apply the same action in 20 subsequent simulator steps (frameskip = 20), with Δt = 0.002 s each, before returning control to the agent, i.e., the agent’s action frequency is f = 25 Hz (25 timesteps per second). In all cases, we repeat an experiment with 5 different random seeds and report results by computing the median test success rate as well as the interquartile range. We evaluate the performance after each epoch by performing 10 deterministic test rollouts per MPI worker and then compute the test success rate by averaging across rollouts and MPI workers.

2.4 Task Environments

As a step toward touch-augmented RL, we extended the Shadow-Dexterous-Hand model with touch sensors and made it available in new “TouchSensors” environments (Table 3) in the OpenAI Gym (Brockman et al., 2016)2. “…TouchSensors-v0” environments contain a vector of 92 Boolean values representing tactile information. If a sensor has a greater than zero value, then for this sensor the environment returns 1, otherwise 0. “…TouchSensors-v1” environments contain a vector of 92 continuous values representing tactile information.

TABLE 3

Environment name
HandManipulateBlockRotateZTouchSensors
HandManipulateBlockRotateParallelTouchSensors
HandManipulateBlockRotateXYZTouchSensors
HandManipulateBlockTouchSensors
HandManipulateEggRotateTouchSensors
HandManipulateEggTouchSensors
HandManipulatePenRotateTouchSensors
HandManipulatePenTouchSensors

New OpenAI Gym Robotics Environments with 92 Touch Sensors: –v0 (Boolean), –v1 (Continuous-Value).

For evaluation of sample efficiency and performance with and without tactile information, we selected four environments: ”HandManipulateEgg”, “HandManipulatePenRotate”, “HandManipulateBlock”, and “HandManipulateBlockRotateXYZ”. On the one hand, we intended to cover a wide range of environments with different learning complexities and various objects for manipulation. On the other hand, we had limited computational resources, and therefore we could not conduct experiments for all possible “TouchSensors” environments and combinations of various factors and parameters. The main limiting factor is to run the MuJoCo simulator, which runs on the CPU. For one machine with 20 CPU cores, it takes more than one year of compute time for experiments (E1-E10) in the paper. In Figure 4: approximately 358 days = 3 min per epoch × 5 seeds × 7 experiments × (300 + 1,000 + 1,000 + 2,000) epochs in four environments. In Figure 6: approximately 134 days = 3 min per epoch × 5 seeds × 3 experiments × (300 + 1,000 + 1,000 + 2,000) epochs in four environments.

FIGURE 4

2.4.1 HandManipulateEgg (HME)

The task is to manipulate the egg so that the egg reaches its target pose. The goal is represented as a 7-dimensional vector and includes the target position (3 Cartesian coordinates) and target rotation (4 quaternion values) of an egg-shaped object. Thus, the goal has six independent degrees of freedom, as one of the quaternion components is not independent. The rotational symmetry of the egg does not count in this case, as the surface of the egg is marked with letters. At the beginning of each episode, a random target rotation for all axes of the object and a random target position are selected. The goal is considered achieved if the distance between the manipulated objects position and its desired position is less than 1 cm and the difference in the rotation is less than 0.1 rad.

2.4.2 HandManipulatePenRotate (HMPR)

The task is to manipulate the pen so that the pen reaches its target pose. The goal is represented as a 4-dimensional vector and includes the target rotation (4 quaternion values) of a pen-shaped object. The pen has rotational symmetry. Thus, the goal has 2 independent degrees of freedom, as two of the quaternion components are not independent. At the beginning of each episode, a random target rotation of the object for x- and y- axes and no target rotation around the z-axis is selected. No target position is selected. The goal is considered achieved if the difference in rotation, ignoring the z-axis, is less than 0.1 rad.

2.4.3 HandManipulateBlock (HMB)

The task is to manipulate the block so that the block reaches its target pose. The goal is represented as a 7-dimensional vector and includes the target position (3 Cartesian coordinates) and target rotation (4 quaternion values) of a block-shaped object. Thus, the goal has six independent degrees of freedom, as one of the quaternion components is not independent. At the beginning of each episode, a random target rotation for all axes of the object and a random target position are selected. The goal is considered achieved if the distance between the manipulated objects position and its desired position is less than 1 cm and the difference in the rotation is less than 0.1 rad.

2.4.4 HandManipulateBlockRotateXYZ (HMBRXYZ)

The task is to manipulate the block so that the block reaches its target rotation. The goal is represented as a 4-dimensional vector (4 quaternion values) of the target rotation of a block-shaped object. Thus, the goal has 3 independent degrees of freedom, as one of the quaternion components is not independent. At the beginning of each episode, a random target rotation for all axes of the object and no target position are selected. The goal is considered achieved if the difference in the rotation is less than 0.1 rad.

For the sake of brevity, further details about training procedure, reward function, goal-aware observation space, and neural network parameters are available in Plappert et al. (2018). Our main contribution focuses on the extension of the existing Shadow-Dexterous-Hand model by tactile sensors and providing insights about how different aspects of tactile information (accuracy, tactile resolution, noise) influence learning and performance in the object manipulation tasks. To this end, we have reproduced the experiments without touch sensors (Plappert et al., 2018) and conducted new experiments with touch-sensor readings.

2.5 Experimental Analysis Techniques

To measure performance in the experiments, we calculated a histogram of success-rate values of the median curve of five seeds (per experiment and per environment). You can imagine it as all points of the curves are projected onto the Y axis in Appendix Figure A1 to calculate the histograms. For HME, HMBRXYZ, HMPR, and HMB tasks we used 1,000, 300, 1,000, and 2,000 success-rate values (epochs) respectively to calculate the histograms (Figure 4 and Figure A1). Each histogram has 50 bins between min and max success-rate values. The bin with the maximal number of success-rate values (epochs) was selected as the convergence success-rate level (horizontal dotted and dashed lines in Figure 4). These values are shown in Table 4.

TABLE 4

(E1) No sensors(E2) 92 sensors continuous(E3) 92 sensors continuous + noise(E4) 92 sensors Boolean(E5) 16 sensors Boolean(E6) 927 sensors continuous(E7) 92 sensors continuous + no proprio(E1) No sensors(E2) 92 sensors continuous(E3) 92 sensors continuous + noise(E4) 92 sensors Boolean(E5) 16 sensors Boolean(E6) 927 sensors continuous(E7) 92 sensors continuous + no proprio
HandManipulate Egg0.820.830.840.850.850.860.051.01.011.021.031.041.050.06
HandManipulate BlockRotateXYZ0.920.930.930.930.920.940.21.01.011.011.011.01.010.21
HandManipulate PenRotate0.270.320.320.310.30.310.181.01.181.171.151.091.150.65
HandManipulate Block0.30.430.410.440.380.440.011.01.421.381.461.251.460.04
Mean1.01.161.151.161.091.170.24

Experiments E1–E7 (Figure 4): Success Rate Convergence Levels (columns 2–8) and Performance Ratio (columns 9–15).

To measure sample efficiency, we defined convergence epochs at which curves (after smoothing to avoid early single-epoch spikes) first intersect with the convergence success-rate level of the E1 experiment without tactile sensors (blue horizontal dashed lines in Figure 4). For the smoothing, we used the median curves of the five seeds with a median smoothing window of five epochs (the smoothed curves are plotted in Figure 4). The resulting convergence epochs are shown by vertical dashed lines in Figure 4 and represented as numerical values in Table 4.

3 Results

In the first experiment (E1), we reproduced the original experiment without touch sensors (“No sensors” in

Figure 4

) from

Plappert et al. (2018)

. This experiment can be reproduced using the following OpenAI Gym robotics environments:

  • • “HandManipulateEgg-v0”

  • • “HandManipulatePenRotate-v0”

  • • “HandManipulateBlock-v0”

  • • “HandManipulateBlockRotateXYZ-v0”

In the second experiment (E2), we added continuous-valued sensor readings from 92 sensors to the state (“92 sensors continuous” in

Figure 4

). The continuous variables have the magnitude of the force detected by the tactile sensors. This experiment can be reproduced using the new OpenAI Gym robotics environments:

  • • “HandManipulateEggTouchSensors-v1”

  • • “HandManipulatePenRotateTouchSensors-v1”

  • • “HandManipulateBlockTouchSensors-v1”

  • • “HandManipulateBlockRotateXYZTouchSensors-v1”

In the third experiment (E3), we added noise and distortion to the continuous-valued sensor readings using a model with three sources of noise and distortion (“92 sensors continuous + noise” in Figure 4). The first source is a deterministic smoothing of influence of neighboring sensors. Each active sensor distributes 20% of its continuous-valued sensor reading to neighboring sensors in equal proportions. For example, if a tactile sensor has four neighbors, then each of the neighbors accumulates 5% of the continuous-value of the tactile sensor, and the tactile sensor itself gets a reduction of its continuous-value by 20%. The second source is a random noise (standard normal distribution) with standard deviation equal to 1% of the median amplitude of non-zero continuous-value sensor readings. The third source of distortion is the natural logarithm log(V+1) function, where V is a vector of touch values after the deterministic smoothing and random noise distortions. The V values are always greater or equal to zero.

In the fourth experiment (E4), we added Boolean-value sensor readings from 92 sensors to the state (“92 sensors Boolean” in

Figure 4

). If the tactile sensor detected the force value greater than zero, then for this sensor the environment returns 1, otherwise 0. This experiment can be reproduced using the new OpenAI Gym robotics environments:

  • • “HandManipulateEggTouchSensors-v0”

  • • “HandManipulatePenRotateTouchSensors-v0”

  • • “HandManipulateBlockTouchSensors-v0”

  • • “HandManipulateBlockRotateXYZTouchSensors-v0”

In the fifth experiment (E5), we grouped 92 sensors into 16 sub-groups (Table 1) to reduce the tactile sensory resolution when using Boolean tactile signals. If any of the sensors in a group has a greater than zero value, then the tactile sub-group returns 1, otherwise 0. The grouping was done per phalanx (3 phalanxes × 5 digits) plus a palm resulting in 16 sub-groups (Table 1). Thus in the fifth experiment, we added Boolean-value readings from the 16 sub-groups to the state (“16 sensors Boolean” in Figure 4).

In the sixth experiment (E6), we added continuous-valued sensor readings from 927 sensors to the state (“(E6) 927 sensors continuous” in Figure 4). The continuous variables have the magnitude of the force detected by the tactile sensors.

In the seventh experiment (E7), we excluded joint angles (24 values, Table 1) and joint angles’ velocity (24 values, Table 1) information from the state and added continuous-valued sensor readings from 92 sensors to the state (“92 sensors continuous, no proprioception” in Figure 4). The continuous variables have the magnitude of the force detected by the tactile sensors.

Figures 4, 5 and results in Table 4 demonstrate that tactile information increases the performance of the agent in the tasks. Results in Table 5 demonstrate sample-efficiency increase while training when tactile information is available. To compare the sample efficiency for learning with and without tactile information, we measured how many training epochs were necessary to reach the performance level of an agent trained without tactile information in an environment. The results indicate more than 2 times faster convergence when tactile information is available (Table 5).

FIGURE 5

TABLE 5

(E1) No sensors(E2) 92 sensors continuous(E3) 92 sensors continuous + noise(E4) 92 sensors Boolean(E5) 16 sensors Boolean(E6) 927 sensors continuous(E7) 92 sensors continuous + no proprio(E1) No sensors(E2) 92 sensors continuous(E3) 92 sensors continuous + noise(E4) 92 sensors Boolean(E5) 16 sensors Boolean(E6) 927 sensors continuous(E7) 92 sensors continuous + no proprio
HandManipulate Egg35511511098108115nan1.03.093.233.623.293.09nan
HandManipulate BlockRotateXYZ1295664798847nan1.02.32.021.631.472.75nan
HandManipulate PenRotate1254148586051nan1.03.052.62.152.082.45nan
HandManipulate Block373181165156182153nan1.02.062.262.392.052.44nan
Mean1.02.622.532.452.222.68nan

Experiments E1–E7 (Figure 4): Convergence Epoch (columns 2–8) and Sample-Efficiency Ratio (columns 9–15).

When introducing tactile data (92 touch sensors), the dimensionality of the state increases from 68 to 160. This increases the number of parameters in the first layer of the neural network (92 (tactile sensors) × 256 (first hidden layer) × 2 (actor, critic) = 47,104). To address a possible hypothesis that the improvement from tactile data could be partially or completely related to the extra parameters in the neural network, we conducted the following three experiments E8-E10 (

Tables 6

and

7

,

Figure 6

), which did not confirm this hypothesis:

  • • E8: ”92 sensors zero” all sensor values are substituted with zeros.

  • • E9: ”92 sensors copy” all sensor values are substituted by several copies of Joint angles and Joint angles’ velocity (Table 1).

  • • E10: ”92 sensors noise” all sensor values are substituted by random noise (numpy.random.rand(92))

TABLE 6

(E1) No sensors(E8) 92 sensors zero(E9) 92 sensors copy(E10) 92 sensors noise(E1) No sensors(E8) 92 sensors zero(E9) 92 sensors copy(E10) 92 sensors noise
HandManipulate Egg0.820.820.800.841.01.000.981.02
HandManipulate BlockRotateXYZ0.920.920.920.921.01.000.990.99
HandManipulate PenRotate0.270.280.290.271.01.011.061.00
HandManipulate Block0.300.340.290.271.01.140.980.89
Mean1.01.041.000.97

Experiments E8–E10 (Figure 6): Success Rate Convergence Levels (columns 2–5) and Success Rate Convergence Level Ratio (columns 6–9).

TABLE 7

(E1) No sensors(E8) 92 sensors zero(E9) 92 sensors copy(E10) 92 sensors noise(E1) No sensors(E8) 92 sensors zero(E9) 92 sensors copy(E10) 92 sensors noise
HandManipulate Egg3554284972801.00.830.711.27
HandManipulate BlockRotateXYZ1291641522941.00.790.850.44
HandManipulate PenRotate12593811441.01.341.540.87
HandManipulate Block3734114947011.00.910.760.53
Mean1.00.970.970.78

Experiments E8–E10 (Figure 6): Convergence Epoch (columns 2–5) and Convergence-Epoch Ratio (columns 6–9).

FIGURE 6

To obtain some insight about the influence of sensor layouts and sensor density, in the eleventh experiment (E11), we calculated the number of activations per sensor in the 92-sensors layout in the four tasks (Egg-, BlockRotationXYX-, PenRotation-, Block-TouchSensors-v0). To assess the importance of sensory information on different sensors, we also calculated the difference in Q values when dropping out an active sensor (with a Boolean sensor value) (Table 8, Figure 7). We ran 100 episodes per task, with five different trained weights (5 × 20). In the dropping out procedure, we modified the activation value of an active sensor from 1 to 0 and measured the absolute Q-value difference for that modification . Thus, delta Q arises from the changed input state with the deactivated touch sensor. We set the Q-difference value to in Table 8 if a sensor had less than 25 activations in 100 episodes of a task (one activation per four episodes), or if a sensor had less than 50 activations in 400 episodes in all four tasks.

TABLE 8

Sensor nameActivations allActivations PenRotateActivations EggActivations BlockActivations BlockRotateXYZMean Q diff allMean Q diff PenRotateMean Q diff EggMean Q diff BlockMean Q diff BlockRotateXYZ
Palm 08036022220.120.22nannannan
Palm 19916050330.15nannan0.180.18
Palm 2270001441260.11nannan0.110.11
Palm 323400162720.14nannan0.180.07
Palm 4489002662230.09nannan0.090.08
Palm 587502103583070.08nan0.080.080.08
Palm 61806538916755020.090.110.080.080.07
Palm 758560110.220.22nannannan
IF PP FLB68941563232060.1nan0.10.110.06
IF PP FRB884453108235880.110.090.130.20.11
IF PP FLT1,669715037503450.110.120.080.140.07
IF PP FRT1,0211031465252470.190.540.110.180.1
IF PP BL3098343132510.160.210.050.150.15
IF PP BR62600200.290.28nannannan
IF PP Tip1,2351331187032810.120.20.050.110.05
IF MP FL1,51731338455360.11nan0.060.130.07
IF MP FR80951385192010.130.230.110.140.07
IF MP BL75011nannannannannan
IF MP BR2720043nannannannannan
IF MP Tip57041253951090.10.170.230.10.06
IF DP FL2,2671936989294470.160.220.070.220.14
IF DP FR1,6042332177783760.190.280.090.250.13
IF DP BL2141124nannannannannan
IF DP BR11349049150.330.31nan0.44nan
IF DP Tip2,9134156571,1976440.140.180.060.190.12
MF PP FLB3274101132900.08nan0.120.070.04
MF PP FRB517102071961040.1nan0.060.140.06
MF PP FLT828511034372370.070.160.070.070.04
MF PP FRT1,609873307894030.110.160.070.140.09
MF PP BL2538317128250.170.2nan0.140.1
MF PP BR4267588216470.140.110.110.180.16
MF PP Tip1,5011771908163180.050.060.050.060.03
MF MP FL552032892600.07nannan0.080.05
MF MP FR1,1090936933230.1nan0.080.120.06
MF MP BL00000nannannannannan
MF MP BR68006800.17nannan0.17nan
MF MP Tip32409279360.1nannan0.10.12
MF DP FL1,28031156764860.11nan0.120.120.09
MF DP FR2,654178831,2015530.12nan0.070.170.12
MF DP BL16731486640.08nannan0.090.06
MF DP BR23422520250.18nan0.120.18nan
MF DP Tip3,377127601,6949110.08nan0.050.110.07
RF PP FLB1460081650.12nannan0.120.12
RF PP FRB2627131371050.06nannan0.050.04
RF PP FLT154481362310.180.14nan0.190.14
RF PP FRT61392882991340.10.150.060.10.07
RF PP BL2218040nannannannannan
RF PP BR3556278187280.120.20.080.120.05
RF PP Tip705150107367810.090.10.080.090.06
RF MP FL191624761210.150.130.150.22nan
RF MP FR522151152451470.13nan0.080.10.06
RF MP BL4137040nan0.25nannannan
RF MP BR4527351nannannan0.14nan
RF MP Tip3118263108580.120.150.080.140.08
RF DP FL20462973018925560.060.050.060.070.05
RF DP FR1,586665156853200.060.120.050.070.05
RF DP BL12467330240.060.06nan0.06nan
RF DP BR15681013710.24nannan0.22nan
RF DP Tip2,9883646391,3076780.030.050.030.040.02
LF M F331171090700.090.07nan0.140.12
LF PP FLB83032nannannannannan
LF PP FRB251141141950.12nannan0.140.09
LF PP FLT30021nannannannannan
LF PP FRT1,326644075423130.130.290.10.160.09
LF PP BL217077nannannannannan
LF PP BR4866598254690.220.20.20.250.15
LF PP Tip975423194521620.110.160.080.140.1
LF MP FL431311712nannannannannan
LF MP FR1,669733957005010.090.090.070.120.08
LF MP BL1,120962924942380.070.110.060.070.05
LF MP BR2,8393455361,3256330.070.050.070.090.05
LF MP Tip3,1063215361,4827670.040.050.040.060.03
LF DP FL60475530.310.33nannannan
LF DP FR2,1881054279067500.120.10.10.140.13
LF DP BL90162234180.14nannan0.08nan
LF DP BR1,616632837774930.110.060.080.150.1
LF DP Tip1918791889187330.080.110.050.10.08
TH PP FL1,670682737595700.140.530.080.180.09
TH PP FR33801312nannannannannan
TH PP BL4304362741160.2nan0.170.250.12
TH PP BR00000nannannannannan
TH PP Tip1,699742977855430.130.330.080.150.09
TH MP FL20173753498314620.140.190.090.150.09
TH MP FR175282nannannannannan
TH MP BL62168353781400.20.120.160.230.15
TH MP BR80080nannannannannan
TH MP Tip9821631694831670.120.120.110.150.08
TH DP FL2,2733134961,0354290.190.210.10.280.15
TH DP FR16918806290.23nan0.120.53nan
TH DP BL1,6684011208962510.290.20.120.360.26
TH DP BR223217162420.3nannan0.350.13
TH DP Tip2,7873295751,4674160.190.30.080.250.17

Experiment E11. See the visualization of the values in Figure 7.

Sensors activation (col. 2–6) and Q-difference value (col. 7–11).

IF - Index Finger, MF - Middle Finger, RF - Ring Finger, LF - Little Finger, DP - Distal Phalanx, MP - Middle Phalanx, PP - Proximal Phalanx, FL - Front Left, FLB - Front Left Bottom, FLT - Front Left Top, FR - Front Right, FRB - Front Right Bottom, FRT - Front Right Top, BL - Back Left, BR - Back Right.

FIGURE 7

4 Discussion

In this work, we examined the inclusion of tactile information in model-free deep reinforcement learning and found that tactile information improves sample efficiency of learning and the performance. We take this as corroborating believe that tactile sensing provides information about geometry and contact physics of manipulated objects that is valuable for learning. The exact geometry of the manipulated objects and actuators was not explicitly represented in the state vector of the hand model without tactile sensors. Information about object state was represented via 13 continuous values (Table 1), information about the actuators via 48 continuous values. Touch information may facilitate learning a latent representation that connects this state information with information about object geometry and physics gathered from sensed contacts. Such representation should be useful in in-hand manipulation tasks. Lower tactile-sensor resolution corresponds to lower accuracy of inference for the object’s geometry and contact physics. This assumption fits the observed negative effect of lower tactile-sensors resolution on DRL performance (Table 5).

Boolean-valued sensor readings appear to lead to a final performance and sample efficiency of learning similar to that obtained using continuous sensor values. This may indicate that contact information is most informative in the experiments and force value adds relatively little information to aid the learning process. Likewise, added noise and distortion to sensory readings do not seem to affect learning and performance, although the noise and distortion were moderate, as we set the noise and distortion parameters close to real-world implementations (Figure 2). As we demonstrated in ablation experiments (E8–E10), 100% noise in the tactile signal makes performance similar to the experiments without tactile information and learning less sample efficient (Tables 6 and 7, Figure 6).

The inclusion of additional tactile data increases the dimensionality of the state from 68 to 160. This leads to an increase in the number of parameters in the neural network by 16% or 47,104 parameters (92 (tactile sensors) × 256 (first hidden layer) × 2 (actor, critic)). This marginally increases computation time for DRL training, however, the sample efficiency of learning increases by more than twofold (Table 5).

The reported performance gains with tactile sensors are dependent on the success-rate level without tactile sensors. The better the task can be solved without tactile information, the less is the impact of tactile information on the performance gains (Table 4). For example, in the “HandManipulateBlock” environment the success-rate convergence level without tactile information is equal to 0.3 (E1), and equal to 0.43 (E2) with 92 continuous-value sensors, which gives an about 42% performance gain. In the “HandManipulateBlockRotateXYZ” environment the success-rate convergence level without tactile information is equal to 0.92 (E1), and equal to 0.93 (E2) with 92 continuous-value sensors, which gives an about 1% performance gain. Thus, our results show that when an object-manipulation task can be solved without tactile information, tactile information can only add marginal performance gain. However, when information about the position, orientation, velocities of the object is not enough for a confident solution of the task, tactile information can provide a significant improvement to the performance.

Moving from the dimension of performance to sample efficiency, we observe that even in cases where tactile information is unable to significantly contribute to performance (since the task can be solved well in the absence of tactile information already), tactile information can still more than double sampling efficiency (see Table 5).

Finding accurate numeric values for convergence levels of DRL curves within a limited number of training epochs and determining the epoch of the first intersection of the convergence curve with the convergence level is not trivial. The issues include local spikes in convergence curves, low-frequency oscillations around a convergence level, and temporal performance drops. A wide smoothing window may help to remove spikes, but it does not help to remove low-frequency oscillations and temporal performance drops. Moreover, it shifts the first intersection with the convergence curve with the convergence level. Also, it does not solve the issue of how to select the numeric value of the convergence level, for example, it can be the highest value of the smoothed convergence curve. However, the value will depend on the smoothing window width parameter, and the curve does not reach this highest point again in the experiment, thus it is arguable whether it is the convergence level. Another approach is statistical metrics to select the convergence level. One approach would be to find the median value of all success-rate values, but in this case, the duration of the initial slope will influence the level. Thus, we decided to use the histogram of all success-rate values of the convergence curve to find the bin with the most number of samples. You can imagine it as all points of the curves are projected onto the Y axis in Appendix Figure A1 to calculate the histograms. We assume that this approach solves the issues of spikes, low-frequency oscillations, and temporal performance drops. However, one of the issues of this approach is the bin width. One the one hand we want to have narrow bins to have a higher precision of the convergence level. On the other hand, too narrow bins will result in a small number of samples per bin leading to a spiky histogram making the identification of the true level less reliable. We decided to use 50 bins, as a good trade-off between the smoothness of the histogram and the narrowness of the bin size. The so-defined numeric convergence levels are in good visual accordance with the shape of the plotted convergence curves.

The experiment E11 tests the effect of replacing a positive scalar value of an active sensor in a state-action pair, with a scalar value of zero for that sensor (averaged over a lot of state-action pairs and tactile sensors). The results of experiment E11 (Table 8, Figure 7) show that the most frequently activated sensors are not always the most informative in terms of the Q value. However, the thumb and index finger provide the most informative sensory information for in-hand manipulation of objects type of tasks. Of course, this information is only relevant to the degree that the learnt Q-values do indeed contribute to successful trajectories. While the experiment cannot guarantee this for each single case, our employed averaging over a set of tasks that contained a significant proportion of accurately trained trajectories makes us expect that the observed correlations are meaningful.

In a study of a learning dexterous in-hand manipulation (OpenAI et al., 2020) authors used reinforcement learning to learn dexterous in-hand manipulation policies and transferred them to a physical robot despite being trained entirely in simulation. The training was conducted in a simulated MuJoCo environment. In that work, the authors avoided providing the fingertip tactile sensor measures as observations to the policy because that would have been difficult to model provided tactile sensors in the simulator. Indeed, accurate modeling of tactile sensors in a simulator can be a challenging problem. However, simplifications or embedding of tactile information may allow a transfer between real and simulated tactile information. Specifically, our results in experiments E3–E4 demonstrate that noisy or Boolean tactile information provides significant improvements in sample-efficiency of training and performance.

In the HandManipulatePenRotate task, a relatively low median test success rate was obtained, compared to other tasks. The reason for this is that, depending on the combination of initial and goal pen orientation, we get different degrees of difficulty, where in the simplest case the task leads to a moderate adjustment of the pen angle, and in the most difficult case the pen needs to be rotated 180°. In this more difficult case, the agent failed to learn the necessary manipulation. Consequently, the agent was unable to solve about half of the initial conditions, but was able to fulfill most cases with moderate pen orientation adjustments. In the HandManipulateBlock task, we also got a relatively low median test success rate compared to HandManipulateBlockRotateXYZ. The reason for this is that, depending on the combination of the initial and goal positions of the block, we get a different degree of manipulation complexity, while in the HandManipulateBlockRotateXYZ task, the agent was able to choose the most reliable position for the manipulated block, given a fixed wrist.

Computational resources are the main limiting factor of this study. The shown convergence curves are approximately equal to one year of computing time for one machine with 20 CPU cores (see Section 2.4). With more processing power, more experiments could be done to reveal the effect of tactile information on DRLs in dynamic in-hand manipulation tasks. Interesting directions for future work include: hierarchical (Schilling and Melnik, 2018), causal (Melnik et al., 2019a), and modular (Konen et al., 2019; Melnik et al., 2019b) tactile representations; sensor ablation studies to shed light on the role of sensor placement; the impact of different types of noise; improvements with tactile sensors using various DRL algorithms (Bach et al., 2020; Kidzinski et al., 2018) such as soft actor-critic (SAC) (Haarnoja et al., 2018) or twin delayed deep deterministic (TD3) (Fujimoto et al., 2018). It would also be interesting to draw connections to tactile representations in terms of embodied cognition (Peter et al., 2018) and theories of sensorimotor processing (Melnik et al., 2017; Melnik, 2017) in the human brain.

5 Conclusion

The paper investigates the learning performance of DRL algorithms with and without touch information for the dexterous in-hand object manipulation tasks. The DRL algorithms investigated in the work are DDPG and HER techniques, and the robot hand used in the work is a simulation of the Shadow Dexterous Hand in the OpenAI Gym robotics environment, which we extended by an arrangement of touch sensors (Koiva et al., 2013; Büscher et al., 2015). We concatenated all experiments using the MuJoCo physics engine (Todorov et al., 2012). It was found that the touch information can increase sample efficiency and performance of the DRL algorithms.

In this work, we introduce the touch-sensors extensions to OpenAI Gym (Brockman et al., 2016) () robotics Shadow-Dexterous-Hand environments (Plappert et al., 2018) modeled after our touch sensor developments (Koiva et al., 2013; Büscher et al., 2015). We concatenated tactile, proprioceptive, and visual information at the input level of a neural network. We find that adding normal-force tactile sensing data can produce a more than threefold increase in sample efficiency (Table 5) and performance gains of up to 46% (Table 4: E4-, E6-HandManipulateBlock) when training with DDPG + HER on several simulated manipulation tasks. To examine the role of tactile-sensor parameters in these improvements, we conducted experiments (Figure 4) with varied sensor-measurement accuracy (ground truth continuous values, noisy continuous values, Boolean values), and varied spatial resolution of the tactile sensors (92 sensors vs. 16 pooled sensor areas on the hand). We conclude that the observed benefits of tactile input on sample efficiency are rather robust against changes in resolution, signal binarization, distortion, or (limited) noise. As a remarkable result, we found binary contact detection on par with providing accurate continuous contact-normal-force values when training with deep reinforcement learning techniques. However, dense tactile resolution may help to improve performance and sample efficiency. These findings may provide guidance for those looking to build robots with tactile sensors for object manipulation.

A possible further extension of this work is multi-modal sensor fusion. The multi-modal sensor fusion (Korthals et al., 2019b) allows end-to-end training of Bayesian information fusion on raw data for all subsets of a sensor setup. It can potentially deliver better performance and more sample efficient training with model-free deep reinforcement learning approaches.

Statements

Data availability statement

The datasets generated for this study are available on request to the corresponding author. The experiments can be reproduced using OpenAI Gym environments (https://github.com/openai/gym) listed in Table 3. Video: https://rebrand.ly/TouchSensors

Author contributions

AM, conduct experiments, manuscript, LL, conduct experiments, MP, manuscript, TK, manuscript, RH, manuscript, HR, manuscript.

Funding

This work was supported by the Cluster of Excellence Cognitive Interaction Technology (CITEC) which is funded by DFG (EXC 277).

Acknowledgments

We acknowledge the financial support of the German Research Foundation (DFG) and the Open Access Publication Fund of Bielefeld University for the article processing charge.

Conflict of interest

Author MP was employed by the company OpenAI.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Footnotes

1.^OpenAI Baselines. URL: https://github.com/openai/baselines.

2.^OpenAI Gym. URL: https://github.com/openai/gym.

References

  • 1

    AndrychowiczM.WolskiF.RayA.SchneiderJ.FongR.WelinderP.et al (2017). “Hindsight Experience Replay,” in Advances in Neural Information Processing Systems, 50485058.

  • 2

    BachN.MelnikA.SchillingM.KorthalsT.RitterH. (2020). “Learn to Move through a Combination of Policy Gradient Algorithms: Ddpg, D4pg, and Td3,” in International Conference on Machine Learning, Optimization, and Data Science (Berlin: Springer), 631644. 10.1007/978-3-030-64580-9_52

  • 3

    BrockmanG.CheungV.PetterssonL.SchneiderJ.SchulmanJ.TangJ.et al (2016). Openai Gym. arXiv. preprint: arXiv:1606.01540.

  • 4

    BüscherG. H.KõivaR.SchürmannC.HaschkeR.RitterH. J. (2015). Flexible and Stretchable Fabric-Based Tactile Sensor. Rob. Autonomous Syst.63, 244252. 10.1016/j.robot.2014.09.007

  • 5

    CalandraR.OwensA.JayaramanD.LinJ.YuanW.MalikJ.et al (2018). More Than a Feeling: Learning to Grasp and Regrasp Using Vision and Touch. IEEE Robot. Autom. Lett.3 (4), 33003307. 10.1109/lra.2018.2852779

  • 6

    ChebotarY.KroemerO.PetersJ. (2014). “Learning Robsot Tactile Sensing for Object Manipulation,” in 2014 IEEE/RSJ International Conference on Intelligent Robots and Systems, Chicago, IL,, September 14-18, 2014 (IEEE), 33683375.

  • 7

    ChurchA.LloydJ.HadsellR.LeporaN. F. (2020). Deep Reinforcement Learning for Tactile Robotics: Learning to Type on a Braille Keyboard. IEEE Robot. Autom. Lett.5, 61456152. 10.1109/lra.2020.3010461

  • 8

    DangH.WeiszJ.AllenP. K. (2011). “Blind Grasping: Stable Robotic Grasping Using Tactile Feedback and Hand Kinematics,” in ICRA, Shanghai, China, May 9-13, 2011,59175922.

  • 9

    FritzscheM.ElkmannN.SchulenburgE. (2011). “Tactile Sensing: A Key Technology for Safe Physical Human Robot Interaction,” in 2011 6th ACM/IEEE International Conference on Human-Robot Interaction (HRI), Lausanne, Switzerland, March 8-11, 2011 (IEEE), 139140.

  • 10

    FujimotoS.van HoofHMegerD. (2018). Addressing Function Approximation Error in Actor-Critic Methods. Proc. Machine Learn. Res.80. 15871596.

  • 11

    GaryS. (2008a). “Xenocollide: Complex Collision Made Simple,” in Game programming Gems 7 (Course Technology), 165178.

  • 12

    GaryS. (2008). Minkowski Portal Refinement in 2D.

  • 13

    HaarnojaT.ZhouA.AbbeelP.LevineS. (2018). “Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor,” in International Conference on Machine Learning, 18611870.

  • 14

    JohanssonR. S.WestlingG. (1984). Roles of Glabrous Skin Receptors and Sensorimotor Memory in Automatic Control of Precision Grip when Lifting Rougher or More Slippery Objects. Exp. Brain Res.56 (3), 550564. 10.1007/BF00237997

  • 15

    Kidzi´nskiŁ.MohantyS. P.HuangZ.OngC.ZhouS.PechenkoA.et al (2018). “Learning to Run challenge Solutions: Adapting Reinforcement Learning Methods for Neuromusculoskeletal Environments,” in The NIPS’17 Competition: Building Intelligent Systems (Springer), 121153.

  • 16

    KingmaD. P.JimmyB. (2014). Adam: A Method for Stochastic Optimization. arXiv. preprint: arXiv:1412.6980.

  • 17

    KoivaR.ZenkerMSchurmannC.HaschkeR.RitterH. J. (2013). “A Highly Sensitive 3D-Shaped Tactile Sensor,” in 2013 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (IEEE), Wollongong, NSW, July 9-12, 2013, 10841089.

  • 18

    KonenK.KorthalsT.MelnikA.SchillingM. (2019). “Biologically-comment inspired Deep Reinforcement Learning of Modular Control for a Sixlegged Robot,” in 2019 IEEE International Conference on Robotics and Automation Workshop on Learning Legged Locomotion Workshop, (ICRA) 2019, Montreal, CA, May 20–25, 2019.

  • 19

    KorthalsT.MelnikA.HesseM.LeitnerJ. (2019). “Multisensory Assisted In-Hand Manipulation of Objects with a Dexterous Hand,” in 2019 IEEE International Conference on Robotics and Automation Workshop on Integrating Vision and Touch for Multimodal and Cross-modal Perception, (ViTac), Montreal, CA, May 20-25, 2019.

  • 20

    KorthalsT.et al (2019). “Jointly Trained Variational Autoencoder for Multi-Modal Sensor Fusion,” in 2019 22st International Conference on Information Fusion, (FUSION), Ottawa, CA, July 2–5, 2019.

  • 21

    KumarV.TodorovE.LevineS. (2016). “Optimal Control with Learned Local Models: Application to Dexterous Manipulation,” in 2016 IEEE International Conference on Robotics and Automation (ICRA), Stockholm, Sweden, May 16-21, 2016 (IEEE), 378383.

  • 22

    LedermanS. J.KlatzkyR. L. (1987). Hand Movements: A Window into Haptic Object Recognition. Cogn. Psychol.19 (3), 342368. 10.1016/0010-0285(87)90008-9

  • 23

    LillicrapT. P.HuntJ. J.PritzelA.HeessN.ErezT.TassaY.et al (2016). “Continuous Control with Deep Reinforcement Learning,” in ICLR (Poster).

  • 24

    MaycockJ.DornbuschD.ElbrechterC.HaschkeR.SchackT.RitterH. (2010). Approaching Manual Intelligence. Künstl Intell.24 (4), 287294. 10.1007/s13218-010-0064-9

  • 25

    MeierM.WalckG.HaschkeR.RitterH. J. (2016). “Distinguishing Sliding from Slipping during Object Pushing,” in 2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Daejeon, South Korea, October 9-14, 2016 (IEEE), 55795584.

  • 26

    MelnikA.HairstonW. D.FerrisD. P.KönigP. (2017). EEG Correlates of Sensorimotor Processing: Independent Components Involved in Sensory and Motor Processing. Sci. Rep.7 (1), 44614515. 10.1038/s41598-017-04757-8

  • 27

    MelnikA.BramlageL.VossH.RossettoF.RitterH. (2019). “Combining Causal Modelling and Deep Reinforcement Learning for Autonomous Agents in Minecraft,” in 4th Workshop on Semantic Policy and Action Representations for Autonomous Robots at IROS 2019, Macau, China, November 8, 2019.

  • 28

    MelnikA.FleerS.SchillingM.RitterH. (2019). Modularization of End-To-End Learning: Case Study in arcade Games. arXiv. preprint: arXiv:1901.09895.

  • 29

    MelnikA. (2017). Sensorimotor Processing in the Human Brain and Cognitive Architecture. PhD thesisUniversität Osnabrück.

  • 30

    MerzićH.BogdanovicM.KapplerD.RighettiL.BohgJ. (2019). “Leveraging Contact Forces for Learning to Grasp,” in International Conference on Robotics and Automation (ICRA)Montreal, QC, May 20-24, 2019 (IEEE), 36153621.

  • 31

    MichaelJ.NewthO. (2013). “Minkowski Portal Refinement and Speculative Contacts in Box2D. San Jose, CA: San Jose State University.

  • 32

    OpenAIAndrychowiczO. M.BakerB.ChociejM.JózefowiczR.McGrewB.PachockiJ.et al (2020). Learning Dexterous In-Hand Manipulation. Int. J. Rob. Res.39 (1), 320. 10.1177/0278364919887447

  • 33

    PeterK.MelnikA.GoekeC.GertA. L.KönigS. U.KietzmannT. C. (2018). “Embodied Cognition,” in 2018 6th International Conference on Brain-Computer Interface (BCI) (IEEE), 14.

  • 34

    PlappertM.AndrychowiczM.RayA.McGrewB.BakerB.PowellG.et al (2018). Multi-goal Reinforcement Learning: Challenging Robotics Environments and Request for Research. arXiv. preprint:arXiv:1802.09464.

  • 35

    RajeswaranA.KumarV.GuptaA.VezzaniG.SchulmanJ.TodorovE.et al (2017). Learning Complex Dexterous Manipulation with Deep Reinforcement Learning and Demonstrations. arXiv. preprint arXiv:1709.10087.

  • 36

    SchillingM.MelnikA. (2018). “An Approach to Hierarchical Deep Reinforcement Learning for a Decentralized Walking Control Architecture,” in Biologically Inspired Cognitive Architectures Meeting (Berlin: Springer), 272282. 10.1007/978-3-319-99316-4_36

  • 37

    SchmitzA.BanshoY.NodaK.IwataH.OgataT.SuganoS. (2014). “Tactile Object Recognition Using Deep Learning and Dropout,” in 2014 IEEE-RAS International Conference on Humanoid Robots, Madrid, Spain, November 18-20, 2014 (IEEE), 10441050.

  • 38

    TianS.EbertF.JayaramanD.MudigondaM.FinnC.CalandraR.et al (2019). “Manipulation by Feel: Touchbased Control with Deep Predictive Models,” in 2019 International Conference on Robotics and Automation (ICRA), Montreal, QC, May 20-24, 2019(IEEE), 818824.

  • 39

  • 40

  • 41

    TodorovE.TomE.TassaY. (2012). “Mujoco: A Physics Engine for Model-Based Control,” in 2012 IEEE/RSJ International Conference on Intelligent Robots and Systems, Vilamoura-Algarve, Portugal, October 7-12 , 2012 (IEEE), 50265033.

  • 42

    TomS.HorganD.GregorK.SilverD. (2015). “Universal Value Function Approximators,” in International conference on machine learning, 13121320.

  • 43

    Van HoofH.HermansT.NeumannG.PetersJ. (2015). “Learning Robot In-Hand Manipulation with Tactile Features,” in 2015 IEEE-RAS 15th International Conference on Humanoid Robots (Humanoids), Seoul, South Korea, November 3-5, 2015 (IEEE), 121127.

  • 44

    Van HoofH.ChenN.KarlM.van der SmagtP.PetersJ. (2016). “Stable Reinforcement Learning with Autoencoders for Tactile and Visual Data,” in 2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Daejeon, South Korea, October 9-14, 2016 (IEEE), 39283934.

  • 45

    WalckG.HaschkeR.MeierM.RitterH. J. (2017). “Robot Self-protection by Virtual Actuator Fatigue: Application to Tendon-Driven Dexterous Hands during Grasping,” in 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Vancouver, BC, September 24-28, 2017 (IEEE), 22002205.

Appendix

FIGURE A1

FIGURE A2

Summary

Keywords

tactile sensing, robotics, reinforcement learning, shadow dexterous hand, in-hand manipulation, sample-efficiency, deep learning

Citation

Melnik A, Lach L, Plappert M, Korthals T, Haschke R and Ritter H (2021) Using Tactile Sensing to Improve the Sample Efficiency and Performance of Deep Deterministic Policy Gradients for Simulated In-Hand Manipulation Tasks. Front. Robot. AI 8:538773. doi: 10.3389/frobt.2021.538773

Received

28 February 2020

Accepted

17 February 2021

Published

29 June 2021

Volume

8 - 2021

Edited by

Nathan F Lepora, University of Bristol, United Kingdom

Reviewed by

John Lloyd, University of Bristol, United Kingdom

Shan Luo, University of Liverpool, United Kingdom

Alex Church, University of Bristol, United Kingdom in collaboration with reviewer JL

Updates

Copyright

*Correspondence: Andrew Melnik,

This article was submitted to Sensor Fusion and Machine Perception, a section of the journal Frontiers in Robotics and AI

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics