Update with new challenge_id/grader_id
This commit is contained in:
Родитель
8f2ffb14bf
Коммит
70c7e86b66
|
@ -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
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче