Loading
Round 1: Completed Round 2: Completed

NIPS 2017: Learning to Run

Hidden

Reinforcement learning environments with musculoskeletal models

97.4k
75
0
2131

THIS CHALLENGE IS OVER, BUT THERE IS A NEW ONE AT NIPS 2018

Updates for participants: Please read about the latest changes and the logistics of the second round here and here and here(last update November 6th).

Welcome to Learning to Run, one of the 5 official challenges in the NIPS 2017 Competition Track. In this competition, you are tasked with developing a controller to enable a physiologically-based human model to navigate a complex obstacle course as quickly as possible. You are provided with a human musculoskeletal model and a physics-based simulation environment where you can synthesize physically and physiologically accurate motion. Potential obstacles include external obstacles like steps, or a slippery floor, along with internal obstacles like muscle weakness or motor noise. You are scored based on the distance you travel through the obstacle course in a set amount of time.

Our objectives are to:

  • bring Deep Reinforcement Learning to solve problems in medicine,
  • promote open-source tools in RL research (the physics simulator, the RL environment, and the competition platform are all open-source),
  • encourage RL research in computationally complex environments, with stochasticity and highly-dimensional action spaces.

Follow the instructions in the Getting Started guide in the Dataset section of the challenge and visit our github repo to get started!

First Prize – NVIDIA DGX Station™

NVIDIA Station

NVIDIA DGX Station™ is the Fastest Personal Supercomputer for Researchers and Data Scientists.

Computing support – Amazon AWS cloud credits

Amazon AWS has generously agreed to support participants of the challenge with $30,000 worth of cloud credits. The top 100 performers as per the leaderboard on August 13th, 2017, 23:59:59 UTC, received $300 AWS cloud credits.

Partners

Sponsors

Media

Evaluation criteria

Your task is to build a function f which takes the current state observation (a 41 dimensional vector) and returns the muscle excitations action (18 dimensional vector) in a way that maximizes the reward. Your total reward is the position of the pelvis on the x axis after the last iteration minus a penalty for using ligament forces. Ligaments are tissues which prevent your joints from bending too much - overusing these tissues leads to injuries, so we want to avoid it. The penalty in the total reward is equal to the sum of forces generated by ligaments over the trial, divided by 1000. For details on evaluation please refer to the Getting Started guide in the Dataset section of the challenge.

Resources

Please refer to the Getting Started guide in the Dataset section of the challenge, for more details on how to access the challenge environments, and also for a basic tutorial on how to make your first submission.

We are in the process of compiling the book chapter for the Book on the NIPS Challenge Track this year. But in the meantime, here are some interesting articles and blog posts written by participants :

Contact Us

We strongly encourage you to use the public channels mentioned above for communications between the participants and the organisers. In extreme cases, if there are any queries or comments that you would like to make using a private communication channel, then you can send us an email at :

Prizes

1st - NVIDIA DGX Station™

2nd - NVIDIA Titan Xp

3rd - NVIDIA Titan Xp

Additionally:

  • Invitation to publish articles in the NIPS competition book.
  • Invitation to the 2nd Applied Machine Learning Days at EPFL in Switzerland on January 29 & 30, 2018, with travel and accommodation covered.
  • Invitation to give a research talk at Stanford, with travel and accommodation covered.
  • Reimbursement of travel and accommodation at NIPS 2017

[NVIDIA Station]

NVIDIA DGX Station™ is the Fastest Personal Supercomputer for Researchers and Data Scientists” with the following benefits:

  • Revolutionary form factor - designed for the desk, whisper-quiet
  • Start experimenting in hours, not weeks, powered by DGX Stack
  • Productivity that goes from desk to data center to cloud
  • Breakthrough performance and precision – powered by Volta

Datasets License

Participants