d-byrne commited on
Commit
36ca4d6
1 Parent(s): 636385d
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ for episode in range(NUM_EPISODES):
80
  states.append(state)
81
 
82
  # animate a GIF
83
- env.animate(states, interval=150).save("./snake.gif")
84
 
85
  # save PNG
86
  import matplotlib.pyplot as plt
 
80
  states.append(state)
81
 
82
  # animate a GIF
83
+ env.animate(states, interval=150).save("./binpack.gif")
84
 
85
  # save PNG
86
  import matplotlib.pyplot as plt