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
mario_rl_tutorial.py
On MarioRL tutorial it's not logging the last episode.
Example: episodes=40
episodes=40
It's logging
episode 0
episode 20
Then finishes without logging the last episode which is episode 39
episode 39
Platform: macOS CUDA: no PyTorch version: 2.1.0
cc @vmoens @nairbv @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
The text was updated successfully, but these errors were encountered:
@svekars
Sorry, something went wrong.
We could simply add one more episode in the loop and we’d get the # 40, Wdyt?
Yes we could, but still the last episode will run for nothing.
@vmoens
alperenunlu
Successfully merging a pull request may close this issue.
Add Link
mario_rl_tutorial.py
Describe the bug
On MarioRL tutorial it's not logging the last episode.
Example:
episodes=40
It's logging
episode 0
episode 20
Then finishes without logging the last episode which is
episode 39
Describe your environment
Platform: macOS
CUDA: no
PyTorch version: 2.1.0
cc @vmoens @nairbv @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
The text was updated successfully, but these errors were encountered: