Skip to content

Commit

Permalink
pour l'article 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecuer committed May 17, 2023
1 parent 201d132 commit 5f8da27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions baseline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""baseline de type loi d'eau sur température extérieure"""
import math
import matplotlib.pyplot as plt
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions energy_gym/evaluation_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ def update_model(self, model):

def play(self, ts=None, tint=None, wsize=None):
"""joue un épisode"""
if self.nb_episode >= self._n - 1:
self._exit = True
tc = self._env.tc
interval = self._env.text.step
self._env.reset(ts=ts, tint=tint, wsize=wsize)
Expand Down
1 change: 1 addition & 0 deletions monitor_water_law.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""relation entre températures de retour et de départ"""
import matplotlib.pyplot as plt
import numpy as np

Expand Down

0 comments on commit 5f8da27

Please sign in to comment.