ugr-sail / sinergym

Gym environment for building simulation and control using reinforcement learning
https://ugr-sail.github.io/sinergym/
MIT License
127 stars 34 forks source link

[Feature]: Use tqdm library with Sinergym #400

Closed AlejandroCN7 closed 6 days ago

AlejandroCN7 commented 5 months ago

Feature 🚀

With the tqdm library, you can import trange, and replace range with trange in all for loops to create a progress bar. This can be very useful for displaying subprocesses in Sinergym, such as the current training or evaluation episode, in the terminal.

Motivation

Thanks to @manjavacas for the suggestion and assistance 😄.

Checklist

:pencil: Please, don't forget to include more labels besides Feature request if it is necessary.