Loading

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: {{uploading-image-164288.png(uploading...)}} 阅读全文
posted @ 2021-12-30 21:19 ZXYFrank 阅读(29) 评论(0) 推荐(0) 编辑
摘要: chmod -R u=rwx resources_raw/ 阅读全文
posted @ 2021-12-26 14:26 ZXYFrank 阅读(420) 评论(0) 推荐(0) 编辑
摘要: Python 默认参数在加载时读取,之后不起作用 如果采用参数化配置,应该避免可变参数成为默认值 阅读全文
posted @ 2021-12-18 13:50 ZXYFrank 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 在正文当中不要直接使用下划线! 阅读全文
posted @ 2021-12-16 20:11 ZXYFrank 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 注意:plt.clf()才对应的clear figure. plt.close()将完全关闭图形窗口(这样可能没法完成fig的复用),其中plt.clf()将清除图形-仍然可以在其上绘制另一个绘图。 https://freshrimpsushi.github.io/posts/solution-fo 阅读全文
posted @ 2021-12-16 13:32 ZXYFrank 阅读(2011) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/docs/editor/workspaces 参考官方文档,自主修改code-workspace文件 首先打开一个SSH链接,从File菜单当中选择save workspace as,然后选择show local,保存到本地 打开这个工作区 阅读全文
posted @ 2021-12-15 10:30 ZXYFrank 阅读(993) 评论(0) 推荐(0) 编辑
摘要: No matter what OS, rm -rf command deletes files permanently, without an intermediate Recycle Bin stage. There's no going back. 阅读全文
posted @ 2021-12-09 22:06 ZXYFrank 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/6848828/what-is-the-difference-between-q-learning-and-sarsa What is the difference mathematically? As is already d 阅读全文
posted @ 2021-12-09 16:13 ZXYFrank 阅读(422) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2206052/202112/2206052-20211209110505296-1505324659.png) 阅读全文
posted @ 2021-12-09 11:05 ZXYFrank 阅读(105) 评论(0) 推荐(0) 编辑
摘要: https://programwithus.com/learn/python/pip-virtualenv-windows 可以直接在git bash 或者WSL当中运行source ENVNAME/Scrpits/activate 阅读全文
posted @ 2021-12-07 16:22 ZXYFrank 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页