Optimal-Energy-System-Scheduling-Combining-Mixed-Integer-Programming-and-Deep-Reinforcement-Learning icon indicating copy to clipboard operation
Optimal-Energy-System-Scheduling-Combining-Mixed-Integer-Programming-and-Deep-Reinforcement-Learning copied to clipboard

Parameters

Open SyedHasnat opened this issue 2 years ago • 2 comments

How you are taking battery capacity in Kw? (Capicity should be in Ah or Kwh) For current_capicity you are taking a random number (0.2-0.8). What do you mean by current capacity, do you mean SOC? I am confused in Battery class....BTW the over all code is 👌 @ShengrenHou

SyedHasnat avatar Jul 19 '23 13:07 SyedHasnat

hey, sry for the late reply. I just back from holiday. current_capacity is SOC, you are right that battery capacity should be kwh. At that moment, when I create this environment, for convenience. I make charge is in kw, and SOC as kw. Then as the time resolution is 1 h. So actually here kw is kwh. I just omit this part.

ShengrenHou avatar Aug 10 '23 10:08 ShengrenHou

Thank you for the response. Lately, I confirmed it from your paper. There it was mention to use kw and kWh interchangibly.

SyedHasnat avatar Aug 10 '23 11:08 SyedHasnat