We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318ec3 commit 298704cCopy full SHA for 298704c
src/spaces/discrete_state_environment.py
@@ -45,6 +45,8 @@ class DiscreteStateEnvironment(object):
45
to create bins where the average total distortion of the dataset falls in
46
"""
47
48
+ IS_TILED_ENV_CONSTRAINT = False
49
+
50
def __init__(self, env_config: DiscreteEnvConfig) -> None:
51
self.config = env_config
52
self.n_rounds_below_min_distortion = 0
0 commit comments