Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Sep 9, 2022
1 parent 501f256 commit e5b33b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gym_tetris/tetris_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def __init__(self,
self.reset()
# Set the deterministic flag after setting up the engine.
self.deterministic = deterministic
self.reset() # Reset again to sample a new point if not deterministic

def _read_bcd(self, address, length, little_endian=True):
"""
Expand Down

0 comments on commit e5b33b7

Please sign in to comment.