IBM / rl-testbed-for-energyplus

Reinforcement Learning Testbed for Power Consumption Optimization using EnergyPlus
MIT License
186 stars 77 forks source link

Add support for PPO - Ray RLlib #97

Closed antoine-galataud closed 2 years ago

antoine-galataud commented 2 years ago

Ray RLlib is a production-grade reinforcement learning library. Its main advantages are robust code base and massive scalability. On the other hand, it's less research-oriented than OpenAI baselines or Stable baselines.

This 1st step will bring following features:

Covered later: