Skip to content

[BUG] - missing import in Reinforcement Learning (PPO) Tutorial #2825

New issue

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

Closed
mudPi314 opened this issue Apr 5, 2024 · 0 comments · Fixed by #2826
Closed

[BUG] - missing import in Reinforcement Learning (PPO) Tutorial #2825

mudPi314 opened this issue Apr 5, 2024 · 0 comments · Fixed by #2826
Labels

Comments

@mudPi314
Copy link
Contributor

mudPi314 commented Apr 5, 2024

Add Link

https://pytorch.org/tutorials/intermediate/reinforcement_ppo.html

Describe the bug

The code block of imports does not import the multiprocessing library. However, that library is used in the block immediately after. When I ran this in my own jupyter notebook, I got a NameError. Adding the import fixed the issue. I will soon make a pull request to add it to the block of imports.

Describe your environment

  • Platform: Linux
  • Torch version: 2.2.2+cu121

cc @vmoens @nairbv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants