SOTAVerified

Obstacle Tower: A Generalization Challenge in Vision, Control, and Planning

2019-02-04Code Available0· sign in to hype

Arthur Juliani, Ahmed Khalifa, Vincent-Pierre Berges, Jonathan Harper, Ervin Teng, Hunter Henry, Adam Crespi, Julian Togelius, Danny Lange

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The rapid pace of recent research in AI has been driven in part by the presence of fast and challenging simulation environments. These environments often take the form of games; with tasks ranging from simple board games, to competitive video games. We propose a new benchmark - Obstacle Tower: a high fidelity, 3D, 3rd person, procedurally generated environment. An agent playing Obstacle Tower must learn to solve both low-level control and high-level planning problems in tandem while learning from pixels and a sparse reward signal. Unlike other benchmarks such as the Arcade Learning Environment, evaluation of agent performance in Obstacle Tower is based on an agent's ability to perform well on unseen instances of the environment. In this paper we outline the environment and provide a set of baseline results produced by current state-of-the-art Deep RL methods as well as human players. These algorithms fail to produce agents capable of performing near human level.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Obstacle Tower (No Gen) fixedRNBScore7Unverified
Obstacle Tower (No Gen) fixedPPOScore5Unverified
Obstacle Tower (No Gen) variedPPOScore1Unverified
Obstacle Tower (No Gen) variedRNBScore4.8Unverified
Obstacle Tower (Strong Gen) fixedPPOScore0.6Unverified
Obstacle Tower (Strong Gen) fixedRNBScore0.6Unverified
Obstacle Tower (Strong Gen) variedPPOScore0.6Unverified
Obstacle Tower (Strong Gen) variedRNBScore0.8Unverified
Obstacle Tower (Weak Gen) fixedRNBScore1Unverified
Obstacle Tower (Weak Gen) fixedPPOScore1.2Unverified
Obstacle Tower (Weak Gen) variedRNBScore3.4Unverified
Obstacle Tower (Weak Gen) variedPPOScore0.8Unverified

Reproductions