From 97a22d676ddfd3a2af0513486e9e3b67c7e40e90 Mon Sep 17 00:00:00 2001 From: "John U. Balis" Date: Fri, 23 Jun 2023 04:12:17 -0400 Subject: [PATCH] fixed pre-commit --- docs/tutorials/dataset_creation/point_maze_dataset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/dataset_creation/point_maze_dataset.py b/docs/tutorials/dataset_creation/point_maze_dataset.py index d1a2e924..448441b8 100644 --- a/docs/tutorials/dataset_creation/point_maze_dataset.py +++ b/docs/tutorials/dataset_creation/point_maze_dataset.py @@ -59,7 +59,6 @@ # {(5, 1): (4, 1), (4, 1): (4, 2), (4, 2): (3, 2), (3, 2): (2, 2), (2, 2): (2, 1), (2, 1): (1, 1)} # # The keys of this dictionary are the current state of the agent and the values the next state of the wapoint path. -# UP = 0 DOWN = 1