Git Product home page Git Product logo

atarigrandchallenge's Introduction

atarigrandchallenge

Code and data for 'The Grand Atari Challenge dataset' paper.

Cite the Atari Grand Challenge dataset as:

V. Kurin, S. Nowozin, K. Hofmann, L. Beyer, and B. Leibe. The Atari Grand Challenge Dataset. arXiv preprint arXiv:1705.10998, 2017.

Data

There are several options for you:

Dataset API

In order to use the data in a convenient way, we release the small lib agc. Installation is easy, just run this in the directory root.

pip3 install -e .

Then you can use the library in your python code:

import agc.dataset as ds
import agc.util as util

# DATA_DIR is the directory, which contains the 'trajectories' and 'screens' folders
dataset = ds.AtariDataset(DATA_DIR)


# dataset.trajectories returns the dictionary with all the trajs from the dataset
all_trajectories = dataset.trajectories

You can find more examples in the notebooks folder.

P.S.

We've done some fixes after the initial release and removed the trajectories with final zero score from the data, so, we have smth like 3 hrs less of replays as we claimed in the paper. Though, we already have enough data to release a second version, so, dataset_v2 will be here soon. We plan to release the data and update the preprint after it.

upd: v2 is released. Preprint update is in progress.

P.P.S

In case you found a bug or just in trouble, email me [email protected] =)

experimental code: TDB

code for data collection: here

atarigrandchallenge's People

Contributors

yobibyte avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.