Skip to content
Snippets Groups Projects
Commit 018fda2a authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

Allow non central agents

parent 384219d8
No related merge requests found
......@@ -146,10 +146,13 @@ The `aicrowd.json` of each submission should contain the following content:
{
"challenge_id": "control-track-citylearn-challenge",
"authors": ["your-aicrowd-username"],
"central_agent: "True", # or "False" - If you want to use non central agent. Remember to put "False" in quotes.
"description": "(optional) description about your awesome agent",
}
```
This JSON is used to map your submission to the challenge - so please remember to use the correct `challenge_id` as specified above.
## How to make a submission?
......
......@@ -3,6 +3,7 @@
"authors": [
"aicrowd-bot"
],
"central_agent": "True",
"description": "(optional) description about your awesome agent"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment