Optimal-Energy-System-Scheduling-Combining-Mixed-Integer-Programming-and-Deep-Reinforcement-Learning
Optimal-Energy-System-Scheduling-Combining-Mixed-Integer-Programming-and-Deep-Reinforcement-Learning copied to clipboard
Parameters
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
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.
Thank you for the response. Lately, I confirmed it from your paper. There it was mention to use kw and kWh interchangibly.