YangyangFu / mpc-drl-tl

A paper plan for comparing MPC and DRL/TL in building control
1 stars 0 forks source link

Store internally energy cost and temperature violation #70

Closed YangyangFu closed 3 years ago

YangyangFu commented 3 years ago

Current energy cost and temperature violations are outputted to the agent as a reward by applying weights. The energy cost and temperature violation without weighted sum should also be store for future use.

use branch issue70_saveCost_saveTViolation.

YangyangFu commented 3 years ago

closed in pull request #73.