From: François Fleuret Date: Sun, 22 Oct 2023 18:28:49 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=picoclvr.git;a=commitdiff_plain;h=bd0903943d9b44e0de58835c63c7a59d72a65c94 Update. --- 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