Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何通过visualdl的浏览器页面导出CSV文件? #1276

Open
AuditoreDJN opened this issue Sep 8, 2024 · 0 comments
Open

如何通过visualdl的浏览器页面导出CSV文件? #1276

AuditoreDJN opened this issue Sep 8, 2024 · 0 comments

Comments

@AuditoreDJN
Copy link

通过该方式记录log文件后,请问如何将该文件导出或另存为CSV文件?在浏览器界面中找不到导出按钮
with LogWriter(logdir="./log/reward") as writer:
for step in range(max_episode - 1):
# 向记录器添加一个tag为reward的数据
writer.add_scalar(tag="reward", step=step, value=reward[step])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant