Skip to content

Commit

Permalink
fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
balisujohn committed Jun 23, 2023
1 parent a9f3548 commit 97a22d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorials/dataset_creation/point_maze_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97a22d6

Please sign in to comment.