pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.2k stars 157 forks source link

I was able to workaround this by calling `mp.set_start_method('fork')` before `main()` in the example scripts. #197

Closed shreyassr123 closed 6 months ago

shreyassr123 commented 6 months ago
          I was able to workaround this by calling `mp.set_start_method('fork')` before `main()` in the example scripts.

Originally posted by @elbamos in https://github.com/pfnet/pfrl/issues/123#issuecomment-968193459