Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Jun 3, 2024
1 parent d19f071 commit 4561e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium_robotics/envs/maze/ant_maze_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def __init__(
reward_type: str = "sparse",
continuing_task: bool = True,
reset_target: bool = False,
xml_file: str | None = None,
xml_file: Union[str, None] = None,
**kwargs,
):
if xml_file is None:
Expand Down

0 comments on commit 4561e7b

Please sign in to comment.