|
|
@@ -866,7 +866,7 @@ class UFSuperCycleEnv(gym.Env):
|
|
|
self.current_params.ceb_removal = np.random.uniform(
|
|
|
self.current_params.ceb_removal_min, self.current_params.ceb_removal_max
|
|
|
)
|
|
|
-
|
|
|
+ #TODO:增长速率的物理约束
|
|
|
return self._get_state_copy()
|
|
|
|
|
|
def reset(self, seed=None, options=None, max_attempts: int = 1000):
|