Support for central_agent=False

Hi Everyone,

We now support setting central_agent=False in the Citylearn Environment. Since the creation of the environment is not directly controlled by participants. You need to provide a separate key in the aicrowd.json file in your starter kits, to let us know to use non central agents.

Things to keep in mind:

  • The actions you provide will be passed to the environment as is, so make sure to use the correct action format when using non central agent.
  • Make sure the aicrowd.json is formatted correctly as a valid json file.
  • Make sure to use “False” in quotes when setting central agent to False in the json file.

All the best for the challenge.