YangyangFu / mpc-drl-tl

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

add substep sampling data between steps #69

Closed YangyangFu closed 3 years ago

YangyangFu commented 3 years ago

Add extra function to ModelicaGym interface to output sub-step measurement between DRL steps. For example, the data could be stored internally and outputted to the agent at a 1-min interval, while the do-step in Gym uses a step of 15 minutes.

use branch issue69_substepSampling.

YangyangFu commented 3 years ago

closed in pull request #72.