Update with new challenge_id/grader_id

This commit is contained in:
Jonathan Harper 2019-02-10 11:27:06 -08:00 коммит произвёл Jonathan Harper
Родитель 8f2ffb14bf
Коммит 70c7e86b66
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -104,8 +104,8 @@ Each repository should have a `crowdai.json` file with the following fields:
```json
{
"challenge_id" : "aicrowd-mlagents-2018-obstacletower",
"grader_id": "aicrowd-mlagents-2018-obstacletower",
"challenge_id" : "unity-obstacle-tower-challenge-2019",
"grader_id": "unity-obstacle-tower-challenge-2019",
"authors" : ["aicrowd-user"],
"description" : "Random Obstacle Tower agent",
"gpu": false

Просмотреть файл

@ -1,7 +1,7 @@
{
"challenge_id" : "crowdai-mlagents-2018-obstacletower",
"grader_id": "crowdai-mlagents-2018-obstacletower",
"authors" : ["harperj"],
"challenge_id" : "unity-obstacle-tower-challenge-2019",
"grader_id": "unity-obstacle-tower-challenge-2019",
"authors" : ["aicrowd-user"],
"description" : "Obstacle Tower random agent",
"gpu": false
}