Skip to content

Commit

Permalink
Fix small issues around generating a GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Jan 16, 2025
1 parent fb9ad1a commit 30a5230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
print("Reward: " + str(reward))

# Generate the gif
env.generate_gif()
env.unwrapped.generate_gif()
2 changes: 1 addition & 1 deletion examples/map_gen_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
print("Reward: " + str(reward))

# Generate the gif
env.generate_gif()
env.unwrapped.generate_gif()

0 comments on commit 30a5230

Please # to comment.