Update.
authorFrançois Fleuret <francois@fleuret.org>
Sun, 22 Oct 2023 18:28:49 +0000 (20:28 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Sun, 22 Oct 2023 18:28:49 +0000 (20:28 +0200)
problems.py

index 632c059..9321194 100755 (executable)
@@ -24,6 +24,8 @@ class Problem:
 
 
 ####################
+
+
 class ProblemDegradation(Problem):
     def __init__(self, nb_state_tokens=5, nb_time_steps=12, value_max=25, hard=False):
         assert value_max // nb_state_tokens >= 2