中文
相关论文

相关论文: On the Verge of Solving Rocket League using Deep R…

200 篇论文

Current Reinforcement Learning (RL) algorithms struggle with long-horizon tasks where time can be wasted exploring dead ends and task progress may be easily reversed. We develop the SPOT framework, which explores within action safety zones,…

机器人学 · 计算机科学 2020-08-18 Andrew Hundt , Benjamin Killeen , Nicholas Greene , Hongtao Wu , Heeyeon Kwon , Chris Paxton , Gregory D. Hager

In the context of addressing the Robot Air Hockey Challenge 2023, we investigate the applicability of model-based deep reinforcement learning to acquire a policy capable of autonomously playing air hockey. Our agents learn solely from…

机器人学 · 计算机科学 2024-06-04 Andrej Orsula

While several high profile video games have served as testbeds for Deep Reinforcement Learning (DRL), this technique has rarely been employed by the game industry for crafting authentic AI behaviors. Previous research focuses on training…

Learning robot tasks or controllers using deep reinforcement learning has been proven effective in simulations. Learning in simulation has several advantages. For example, one can fully control the simulated environment, including halting…

机器学习 · 计算机科学 2018-09-18 Jeroen van Baar , Alan Sullivan , Radu Cordorel , Devesh Jha , Diego Romeres , Daniel Nikovski

Recent work in deep reinforcement learning has allowed algorithms to learn complex tasks such as Atari 2600 games just from the reward provided by the game, but these algorithms presently require millions of training steps in order to…

机器学习 · 计算机科学 2018-01-09 Benjamin Spector , Serge Belongie

We focus on the problem of teaching a robot to solve tasks presented sequentially, i.e., in a continual learning scenario. The robot should be able to solve all tasks it has encountered, without forgetting past tasks. We provide preliminary…

Multi-agent deep Reinforcement Learning (RL) has made significant progress in developing intelligent game-playing agents in recent years. However, the efficient training of collective robots using multi-agent RL and the transfer of learned…

机器人学 · 计算机科学 2026-02-25 Rui Zhao , Xihui Li , Yizheng Zhang , Yuzhen Liu , Zhong Zhang , Yufeng Zhang , Cheng Zhou , Zhengyou Zhang , Lei Han

Despite the remarkable success of Deep RL in learning control policies from raw pixels, the resulting models do not generalize. We demonstrate that a trained agent fails completely when facing small visual changes, and that…

计算机视觉与模式识别 · 计算机科学 2019-07-05 Shani Gamrian , Yoav Goldberg

This paper proposes a detailed and extensive comparison of the Trust Region Policy Optimization and DeepQ-Network with Normalized Advantage Functions with respect to other state of the art algorithms, namely Deep Deterministic Policy…

机器人学 · 计算机科学 2020-05-07 Andrea Franceschetti , Elisa Tosello , Nicola Castaman , Stefano Ghidoni

We study the choice of action space in robot manipulation learning and sim-to-real transfer. We define metrics that assess the performance, and examine the emerging properties in the different action spaces. We train over 250 reinforcement…

机器人学 · 计算机科学 2024-05-16 Elie Aljalbout , Felix Frank , Maximilian Karl , Patrick van der Smagt

Reinforcement Learning (RL), among other learning-based methods, represents powerful tools to solve complex robotic tasks (e.g., actuation, manipulation, navigation, etc.), with the need for real-world data to train these systems as one of…

机器人学 · 计算机科学 2020-07-28 Kenzo Lobos-Tsunekawa , Tatsuya Harada

In recent years, Reinforcement Learning (RL) has seen increasing popularity in research and popular culture. However, skepticism still surrounds the practicality of RL in modern video game development. In this paper, we demonstrate by…

机器学习 · 计算机科学 2020-12-14 Nancy Iskander , Aurelien Simoni , Eloi Alonso , Maxim Peter

We consider the task of learning control policies for a robotic mechanism striking a puck in an air hockey game. The control signal is a direct command to the robot's motors. We employ a model free deep reinforcement learning framework to…

机器学习 · 计算机科学 2017-04-26 Ayal Taitler , Nahum Shimkin

While deep learning has had significant successes in computer vision thanks to the abundance of visual data, collecting sufficiently large real-world datasets for robot learning can be costly. To increase the practicality of these…

机器人学 · 计算机科学 2017-12-20 Fangyi Zhang , Jürgen Leitner , Michael Milford , Peter Corke

In imitation learning, behavior learning is generally done using the features extracted from the demonstration data. Recent deep learning algorithms enable the development of machine learning methods that can get high dimensional data as an…

机器人学 · 计算机科学 2018-07-25 Okan Aşık , Binnur Görer , H. Levent Akın

Deep reinforcement learning has enabled robots to learn motor skills from environmental interactions with minimal to no prior knowledge. However, existing reinforcement learning algorithms assume an episodic setting, in which the agent…

机器学习 · 计算机科学 2022-05-27 Jigang Kim , J. hyeon Park , Daesol Cho , H. Jin Kim

Deep reinforcement learning enables algorithms to learn complex behavior, deal with continuous action spaces and find good strategies in environments with high dimensional state spaces. With deep reinforcement learning being an active area…

机器学习 · 计算机科学 2018-10-17 Winfried Lötzsch

Reinforcement Learning is a promising tool for learning complex policies even in fast-moving and object-interactive domains where human teleoperation or hard-coded policies might fail. To effectively reflect this challenging category of…

Deep Reinforcement Learning (RL) has been explored and verified to be effective in solving decision-making tasks in various domains, such as robotics, transportation, recommender systems, etc. It learns from the interaction with…

When autonomous agents interact in the same environment, they must often cooperate to achieve their goals. One way for agents to cooperate effectively is to form a team, make a binding agreement on a joint plan, and execute it. However,…