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
I am not able to run train_dqn_batch_ale.py. Further, mp.set_start_method('fork') is also not working for me. I am getting the following error :
AttributeError: Can't pickle local object 'main..make_env'
In Python 3.8 the default mode of multiprocessing for macOS was changed
For reference: chainer/chainerrl#572
The text was updated successfully, but these errors were encountered: