songwenas12 / fjsp-drl

Apache License 2.0
188 stars 53 forks source link

cannot save the running results #5

Open Dailin-Huang opened 1 year ago

Dailin-Huang commented 1 year ago

Reading your paper is very inspiring, but I have a problem with storing the running results. The csv file only stores the directory, but does not store the experimental results. There were no files in the result and save files, which caused test.py to not run. May I ask where the problem is?

Mr-White-W commented 6 months ago

Hello, I have also encountered the problem you encountered. There was no calculation result in the saved file, and an error occurred in the end. May I ask if you have finally resolved this issue? 您好,我同样遇见了您遇见的问题。保存文件中没有运算结果,并且最后发生了报错。请问您最后解决了这个问题吗?

Mr-White-W commented 6 months ago

您好,我也遇到过您遇到的问题。保存的文件没有计算结果,最后出现错误。请问您是否终于解决了这个问题? 您好,我同样遇见了您遇见的问题。保存文件中没有运算结果,并且最后发生了报错。请问您最后解决了这个问题吗? 我找到了解决方案。我降级了 numpy 和 pandas 版本以匹配作者,这些问题得到了解决。 我找到解决办法了,我把numpy、pandas版本降级至与作者一致,这些问题就没有了。 To add, after the numpy version is downgraded, it is necessary to synchronize the downgraded version of matplotlib, and I will downgrade it to version 3.3.4. It should be emphasized that VPN cannot be used when downloading and updating libraries. 补充一句,numpy版本降级后,需要同步降级matplotlib的版本,我将其降低至3.3.4版本。需要强调的是下载与更新库的时候,不能使用VPN。