Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
citylearn-2023-starter-kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIcrowd
Challenges
CityLearn Challenge
citylearn-2023-starter-kit
Commits
018fda2a
Commit
018fda2a
authored
1 year ago
by
Dipam Chakraborty
Browse files
Options
Downloads
Patches
Plain Diff
Allow non central agents
parent
384219d8
No related branches found
Branches containing commit
Tags
submission-newdatapath-4
submission-newdatapath-5
submission-newdatapath-6
submission-newdatapath-7
submission-newdatapath-8
submission-templatefix-0
submission-templatefix-1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-0
3 additions, 0 deletions
README.md
aicrowd.json
+1
-0
1 addition, 0 deletions
aicrowd.json
with
4 additions
and
0 deletions
README.md
+
3
−
0
View file @
018fda2a
...
...
@@ -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?
...
...
This diff is collapsed.
Click to expand it.
aicrowd.json
+
1
−
0
View file @
018fda2a
...
...
@@ -3,6 +3,7 @@
"authors"
:
[
"aicrowd-bot"
],
"central_agent"
:
"True"
,
"description"
:
"(optional) description about your awesome agent"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment