Skip to content

Commit

Permalink
Update spaceinvaders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azimpour102 authored Dec 2, 2024
1 parent eb1f977 commit 06ba84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocatari/vision/spaceinvaders.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .utils import find_objects, match_objects
from .utils import find_objects, match_objects, match_blinking_objects
from .game_objects import GameObject, NoObject

objects_colors = {"player": [50, 132, 50], "score": [50, 132, 50],
Expand Down

0 comments on commit 06ba84e

Please sign in to comment.