def _save_gif(traj, filename): traj = np.asarray(traj, dtype='uint8') return imageio.mimwrite(filename, traj, duration=0.1)