Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 3, 2022
1 parent f250c9a commit 2b2c115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jorldy/core/env/atari.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ def __init__(
self.reward_clip = reward_clip
self.episodic_life = episodic_life
self.was_real_done = True
self.fire_reset = fire_reset and (self.env.unwrapped.get_action_meanings()[1] == "FIRE")
self.fire_reset = fire_reset and (
self.env.unwrapped.get_action_meanings()[1] == "FIRE"
)
self.train_mode = train_mode

print(f"{name} Start!")
Expand Down

0 comments on commit 2b2c115

Please sign in to comment.