yoriyuki-aist / Falsify

Falsification of MATLAB/Simulink model using deep reinforcement learning
GNU General Public License v2.0
6 stars 3 forks source link

can someone fix i? #1

Open Buhuibiancheng000 opened 1 year ago

Buhuibiancheng000 commented 1 year ago

Parallel pool using the 'Processes' profile is shutting down. Starting parallel pool (parpool) using the 'Processes' profile ... Connected to parallel pool with 4 workers. 13500

MATLAB:parallel:future:FetchNextFutureErrored

yoriyuki-aist commented 1 year ago

Probably, this is due the problem related to the issue of s-taliro used with Parallel Computing Toolbox. As far as I know, the problem is unsolved. Changing workers_num = 18; to workers_num = 1; might solve your problem.