recursionpharma / gflownet

GFlowNet library specialized for graph & molecular data
MIT License
211 stars 41 forks source link

Make the code work with forkserver/spawn #108

Open SobhanMP opened 1 year ago

SobhanMP commented 1 year ago

Right now setting the multiprocessing start method causes things to not work. The code jumps from the cycle method to MPObjectProxy's getattr and it does not make any sense.