Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanKalloniatis committed Mar 30, 2023
1 parent fee60f5 commit 562b2e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jumanji/environments/logic/minesweeper/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ def animate(
) -> matplotlib.animation.FuncAnimation:
"""Creates an animated gif of the board based on the sequence of states.
Args:
states: a list of `State` objects representing the sequence of states.
interval: the delay between frames in milliseconds, default to 200.
save_path: the path where the animation file should be saved. If it is None, the plot
will not be saved.
Args:
states: a list of `State` objects representing the sequence of states.
interval: the delay between frames in milliseconds, default to 200.
save_path: the path where the animation file should be saved. If it is None, the plot
will not be saved.
Returns:
animation.FuncAnimation: the animation object that was created.
Expand Down

0 comments on commit 562b2e8

Please sign in to comment.