intelligent-environments-lab / CityLearn

Official reinforcement learning environment for demand response and load shaping
MIT License
462 stars 167 forks source link

Add support for stable baselines3 #38

Closed kingsleynweye closed 1 year ago

kingsleynweye commented 1 year ago

As a CityLearn user, I want to be able to take advantage of stable baselines3 reliable implementations of RL algorithms to enable me easily evaluate my environment on a diverse set of algorithms and benchmark the performance of the algorithms.

Changes can be made to the environment as long as that the evaluation criteria below are met.

Acceptance Criteria

References

  1. Using Custom Environments with Stable Baselines3.
  2. Stable Baselines3 RL Algorithms.
  3. Stable Baselines3 Developer Guide.