- Step1: Install via pip: pip install citylearn
- Step2: Import CityLearn in your Python script
- Step3: Load or configure a scenario YAML definition
- Step4: Instantiate the CityLearn environment
- Step5: Define or integrate your RL agent
- Step6: Train the agent by calling env.step() in episodes
- Step7: Evaluate performance using built-in metrics and logs