We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you update the code for drawing “gif” ?thanks
The text was updated successfully, but these errors were encountered:
Hi @yerd420902, thanks for your feedback. You can update line 26 of example_inference.py to frame_0, frame_1 = env.render(window_name='test')
frame_0, frame_1 = env.render(window_name='test')
In this case, frame_0 and frame_1 will be two NumPy arrays of adjacent frames. You can save them into a video or a gif or any format you want.
frame_0
frame_1
Sorry, something went wrong.
No branches or pull requests
Could you update the code for drawing “gif” ?thanks
The text was updated successfully, but these errors were encountered: