Skip to content

Commit

Permalink
Fix pyi default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Jan 9, 2025
1 parent 65cf705 commit 512636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ale/python/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ALEInterface:
self,
a_action: int,
a_paddle_strength: float = 1.0,
b_action: int = 18,
b_action: int = 0,
b_paddle_strength: float = 1.0,
) -> int: ...
def cloneState(self, *, include_rng: bool = False) -> ALEState: ...
Expand Down

0 comments on commit 512636b

Please sign in to comment.