Skip to content

Latest commit

 

History

History
 
 

competition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

MineRL 2019 Competition @ NeurIPS: Baseline Submissions

Sample Efficient Reinforcement Learning Through Human Demonstrations

PyPI version Downloads Discord

This folder contains a set of baselines for solving the MineRLObtainDiamond-v0 environment in the NeurIPS 2019 MineRL Competition.

viewer|540x272

Getting Started w/ the Baseline Submissions

Prerequisites. To get started with these baselines and incorporate them into your own submissions make sure you have:

  1. Registered with the competition on the main competition page,
  2. Cloned your own submission starter template and created a repository at AIcrowd.

Usage. The various baselines associated with this competition are contained within this folder (competition/) as git repositories (submodules) which fork the AIcrowd submission template.

To download all of the baseline code run the following:

git clone https://github.com/minerllabs/baselines.git --recurse-submodules

Each competition baseline is structured exactly as a submission to AIcrowd (containing train.py, test.py, etc.) and contains a link to the its leaderboard score!

You can additionally base your submission off of one of the existing baselines in this repository by simply forking or cloning one of the baseline repositories in this folder! Good luck :)