Skip to content

Commit 149ff6e

Browse files
committed
Fix issue with Blackdots and MazeWall pattern pngs
1 parent e63941f commit 149ff6e

File tree

5 files changed

+0
-1
lines changed

5 files changed

+0
-1
lines changed

docs/_static/videos/wfc/MazeWall.gif

40.2 KB
Loading
11.2 KB
Loading
6.1 KB
Loading
4 KB
Loading

minigrid/envs/wfc/wfclogic/control.py

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def execute_wfc(
7878
backtracking: bool = False,
7979
log_filename: str = "log",
8080
logging: bool = False,
81-
global_constraints: None = None,
8281
log_stats_to_output: Callable[[dict[str, Any], str], None] | None = None,
8382
np_random: np.random.Generator | None = None,
8483
) -> NDArray[np.integer]:

0 commit comments

Comments
 (0)