Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marimeireles committed Feb 8, 2024
1 parent 6745fd2 commit b940060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Now you can run the code with `python3 visualization.py`.
.. literalinclude:: ../../../tutorials/CustomEnvironment/tutorial6_adding_visualization_and_policy.py
:language: python
:caption: /custom-environment/env/custom_environment.py
```
```
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pygame
import numpy as np
import random

from custom_environment import CustomEnvironment, CustomActionMaskedEnvironment
import numpy as np
import pygame
from custom_environment import CustomActionMaskedEnvironment, CustomEnvironment


class PygameVisualizer:
Expand Down

0 comments on commit b940060

Please sign in to comment.