You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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 aNameError
. Adding the import fixed the issue. I will soon make a pull request to add it to the block of imports.Describe your environment
cc @vmoens @nairbv
The text was updated successfully, but these errors were encountered: