From 3bef934512145152abf0b040b57904e9ecb7fb08 Mon Sep 17 00:00:00 2001 From: flaurent <florian.laurent@gmail.com> Date: Sat, 6 Jun 2020 21:25:07 +0200 Subject: [PATCH] Udpated aicrowd.json token --- aicrowd.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/aicrowd.json b/aicrowd.json index c795414..c1e2a03 100644 --- a/aicrowd.json +++ b/aicrowd.json @@ -1,8 +1,7 @@ { - "challenge_id": "aicrowd_flatland_challenge_2019", - "grader_id": "aicrowd_flatland_challenge_2019", - "authors": ["mohanty"], - "description": "Random Agent for Flatland Challenge.", - "debug" : true + "challenge_id": "neurips-2020-flatland-challenge", + "grader_id": "neurips-2020-flatland-challenge", + "description": "Optional description of your agent", + "debug": true } -- GitLab