rl-institut / simbev

MIT License
10 stars 4 forks source link

Results are not reproducible with multiprocessing #23

Open nesnoj opened 3 years ago

nesnoj commented 3 years ago

With the multiprocessing #20 introduced in #22 results are not reproducible/deterministic due to asynchronous tasks when using more than 1 thread (since the order of random drawings by jobs may differ). This could be solved by drawing all required random numbers in advance.

Can you live with this behaviour for now, @timroepcke ?