projects
/
picoclvr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c40de
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 22 Oct 2023 18:28:49 +0000
(20:28 +0200)
committer
François Fleuret
<francois@fleuret.org>
Sun, 22 Oct 2023 18:28:49 +0000
(20:28 +0200)
problems.py
patch
|
blob
|
history
diff --git
a/problems.py
b/problems.py
index
632c059
..
9321194
100755
(executable)
--- 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