From bd0903943d9b44e0de58835c63c7a59d72a65c94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Sun, 22 Oct 2023 20:28:49 +0200 Subject: [PATCH] Update. --- problems.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/problems.py b/problems.py index 632c059..9321194 100755 --- a/problems.py +++ b/problems.py @@ -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 -- 2.20.1