paper-with-me

Papers

Sample-efficient Reinforcement Learning in Robotic Table Tennis

2020-11-06 · Jonas Tebbe, Lukas Krauch, Yapeng Gao, Andreas Zell

Reinforcement learning (RL) has achieved some impressive recent successes in various computer games and simulations. Most of these successes are based on having large numbers of episodes from which the agent can learn. In typical robotic applications, however, the number of feasible attempts is very limited. In this paper we present a sample-efficient RL algorithm applied to the example of a table tennis robot. In table tennis every stroke is different, with varying placement, speed and spin. An accurate return therefore has to be found depending on a high-dimensional continuous state space. To make learning in few trials possible the method is embedded into our robot system. In this way we can use a one-step environment. The state space depends on the ball at hitting time (position, velocity, spin) and the action is the racket state (orientation, velocity) at hitting. An actor-critic based deterministic policy gradient algorithm was developed for accelerated learning. Our approach performs competitively both in a simulation and on the real robot in a number of challenging scenarios. Accurate results are obtained without pre-training in under $200$ episodes of training. The video presenting our experiments is available at https://youtu.be/uRAtdoL6Wpw.

📄 PDF Abstract BibTeX arXiv:2011.03275

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Diverse Robot Striking Motions with Diffusion Models and Kinematically Constrained Gradient Guidance

2024-09-23 · Kin Man Lee, Sean Ye, Qingyu Xiao, Zixuan Wu 외

Advances in robot learning have enabled robots to generate skills for a variety of tasks. Yet, robot learning is typically sample inefficient, struggles to learn from data sources exhibiting varied behaviors, and does no…

Imitation Learning

Robotic Table Tennis with Model-Free Reinforcement Learning

2020-03-31 · Wenbo Gao, Laura Graesser, Krzysztof Choromanski, Xingyou Song 외

We propose a model-free algorithm for learning efficient policies capable of returning table tennis balls by controlling robot joints at a rate of 100Hz. We demonstrate that evolutionary search (ES) methods acting on CNN…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A multi-modal table tennis robot system

2023-10-29 · Andreas Ziegler, Thomas Gossard, Karl Vetter, Jonas Tebbe 외

In recent years, robotic table tennis has become a popular research challenge for perception and robot control. Here, we present an improved table tennis robot system with high accuracy vision detection and fast robot re…

1000 Rallies: An Event-Camera Dataset and Real-Time Learned Ball-State Estimation for Robotic Table Tennis

2026-06-24 · Raphaela Kreiser, Asude Aydin, Yin Bi, Claudio Fanconi 외 arxiv

Robotic table tennis has emerged as a compelling benchmark for real-time robotic perception due to its fast ball dynamics and stringent timing requirements. Accurate, high-frequency, and low-latency ball state estimation…

Trajectory Prediction

Spin Detection in Robotic Table Tennis

2019-05-20 · Jonas Tebbe, Lukas Klamt, Yapeng Gao, Andreas Zell

In table tennis, the rotation (spin) of the ball plays a crucial role. A table tennis match will feature a variety of strokes. Each generates different amounts and types of spin. To develop a robot that can compete with …