Updated thesis
This commit is contained in:
@@ -44,8 +44,8 @@ class PolicyEvaluator:
|
||||
date,
|
||||
idx_samples,
|
||||
test_loader,
|
||||
charge_thresholds=np.arange(-1000, 1000, 5),
|
||||
discharge_thresholds=np.arange(-1000, 1000, 5),
|
||||
charge_thresholds=np.arange(-1000, 1000, 100),
|
||||
discharge_thresholds=np.arange(-1000, 1000, 100),
|
||||
penalty: int = 0,
|
||||
state_of_charge: float = 0.0,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user