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
<
8000
/div>
添加simulator之中的Staleness内容,比如在flgo.init()的option内添加'algo_para':[0, 200, 0],同时采用默认logger,会报错文件名非法,因为logger文件名内出现了 | ,

所以在flgo\experiment\logger_init_.py进行了修改
在对应位置添加了一行代码:
filename = filename.replace("|", "-"),之后可以正常生成logger文件
The text was updated successfully, but these errors were encountered: