paper-with-me

홈 › Papers

DIAMBRA Arena: a New Reinforcement Learning Platform for Research and Experimentation

2022-10-19 · Alessandro Palmas

The recent advances in reinforcement learning have led to effective methods able to obtain above human-level performances in very complex environments. However, once solved, these environments become less valuable, and new challenges with different or more complex scenarios are needed to support research advances. This work presents DIAMBRA Arena, a new platform for reinforcement learning research and experimentation, featuring a collection of high-quality environments exposing a Python API fully compliant with OpenAI Gym standard. They are episodic tasks with discrete actions and observations composed by raw pixels plus additional numerical values, all supporting both single player and two players mode, allowing to work on standard reinforcement learning, competitive multi-agent, human-agent competition, self-play, human-in-the-loop training and imitation learning. Software capabilities are demonstrated by successfully training multiple deep reinforcement learning agents with proximal policy optimization obtaining human-like behavior. Results confirm the utility of DIAMBRA Arena as a reinforcement learning research tool, providing environments designed to study some of the most challenging topics in the field.

📄 PDF Abstract BibTeX arXiv:2210.10595

Code (1)

diambra/arena 공식 구현

Tasks

Deep Reinforcement LearningImitation LearningOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Arena: a toolkit for Multi-Agent Reinforcement Learning

2019-07-20 · Qing Wang, Jiechao Xiong, Lei Han, Meng Fang 외

We introduce Arena, a toolkit for multi-agent reinforcement learning (MARL) research. In MARL, it usually requires customizing observations, rewards and actions for each agent, changing cooperative-competitive agent-inte…

Multi-agent Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning+3

VIRENA: Virtual Arena for Research, Education, and Democratic Innovation

2026-02-12 · Emma Hoes, K. Jonathan Klueser, Fabrizio Gilardi arxiv

Digital platforms shape how people communicate, deliberate, and form opinions. Studying these dynamics has become increasingly difficult due to restricted data access, ethical constraints on real-world experiments, and l…

Alexa Arena: A User-Centric Interactive Platform for Embodied AI

2023-03-02 · NeurIPS 2023 11 · Qiaozi Gao, Govind Thattai, Suhaila Shakiah, Xiaofeng Gao 외

We introduce Alexa Arena, a user-centric simulation platform for Embodied AI (EAI) research. Alexa Arena provides a variety of multi-room layouts and interactable objects, for the creation of human-robot interaction (HRI…

Instruction Following

NAVREN-RL: Learning to fly in real environment via end-to-end deep reinforcement learning using monocular images

2018-07-22 · Malik Aqeel Anwar, Arijit Raychowdhury

We present NAVREN-RL, an approach to NAVigate an unmanned aerial vehicle in an indoor Real ENvironment via end-to-end reinforcement learning RL. A suitable reward function is designed keeping in mind the cost and weight …

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning+1

Arena: A General Evaluation Platform and Building Toolkit for Multi-Agent Intelligence

2019-05-17 · Yuhang Song, Andrzej Wojcicki, Thomas Lukasiewicz, Jianyi Wang 외

Learning agents that are not only capable of taking tests, but also innovating is becoming a hot topic in AI. One of the most promising paths towards this vision is multi-agent learning, where agents act as the environme…

Multi-agent Reinforcement LearningReinforcement LearningUnity