Skip to content

Commit 298704c

Browse files
committed
Add constraint
1 parent a318ec3 commit 298704c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spaces/discrete_state_environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ class DiscreteStateEnvironment(object):
4545
to create bins where the average total distortion of the dataset falls in
4646
"""
4747

48+
IS_TILED_ENV_CONSTRAINT = False
49+
4850
def __init__(self, env_config: DiscreteEnvConfig) -> None:
4951
self.config = env_config
5052
self.n_rounds_below_min_distortion = 0

0 commit comments

Comments
 (0)