[Announcement] Submissions for Round 1 now open!

:100: NeurIPS 2019 Competition Submissions Open

We are so excited to announce that Round 1 of the MineRL NeurIPS 2019 Competition is now open for submissions! Our partners at AIcrowd just released their competition submission starter kit that you can find here.

Here’s how you submit in Round 1 :

  1. Sign up to join the competition on the AIcrowd website.
  2. Clone the AIcrowd starter template and start developing your submissions.
  3. Submit an agent to the leaderboard:
  • Train your agents locally (or on Azure) in under 8,000,000 samples over 4 days . Participants should use hardware no more powerful than NG6v2 instances on Azure (6 CPU cores, 112 GiB RAM, 736 GiB SDD, and a NVIDIA P100 GPU.)
  • Push your repository to AIcrowd GitLab , which verifies that it can successfully be re-trained by the organizers at the end of Round 1 and then runs the test entrypoint to evaluate the trained agent’s performance!

Once the full evaluation of the uploaded model/code is done, the participant’s submission will appear on the leaderboard!

» Get started now! «

2 Likes

Which version of Python will be available in the training environment?

Thanks for the great work!

It seems to me that the queue is stuck. Would you happen to know the reason why?

Hi, we use repo2docker in running submissions.

By default, repo2docker will assume you are using Python 3.6 unless you include the version of Python in your configuration files. repo2docker support is best with Python 2.7, 3.5, and 3.6.

You can learn more about specifying different packages and their versions from above link.

Hi @seungjaeryanlee,

Thanks for raising the issue. We had misconfiguration in our cluster auto-scaling. The issue has been fixed now and submissions should go through in parallel (instead of 1 at a time happening earlier).

1 Like

Thanks! Which version of repo2docker are you using? The latest ones seems to support Python 3.7 which would be nice since I’ve been using that for development.

@shivam Could you provide a definite answer regarding Python 3.7 support please? I have to rewrite my code if it is not supported.

Hi @abiro,

The documentation link which I shared above went wrong. It was pointing to earlier version of repo2docker (0.6) which have python 3.6 by default. We are using version 0.9.0 having python 3.7 by default (unless you specify otherwise in your runtime.txt).

Sorry for any confusion caused.

1 Like

Question about deadline of first round: https://www.aicrowd.com/challenges/neurips-2019-minerl-competition there is said that 1 round finishes in 48 days, but it differs from date in “important dates” (22 september). When first round finishes?

1 Like

Apologies, we are still in the process of formally moving the deadline back. This required more funding to be able to offer additional travel grants to NeruIPS so the schedule can be pushed back, we should make the announcement tomorrow!