Skip to content

Commit

Permalink
Enabled pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Mar 9, 2023
1 parent ee64c7a commit 789195f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@

sys.path.append("modules")

import numpy as np # noqa: E402 F401
import time # noqa: E402
from gobblet import gobblet_v1 # noqa: E402

import numpy as np # noqa: E402 F401

from gobblet import gobblet_v1 # noqa: E402

PLAYER = 0
DEPTH = 2
RENDER_MODE = "human"
RENDER_DELAY = 0.1


async def main() -> None:
env = gobblet_v1.env(render_mode="human", args=None)
env.reset()
Expand Down

0 comments on commit 789195f

Please sign in to comment.