Skip to content

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

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

Open
AuditoreDJN opened this issue Sep 8, 2024 · 1 comment
Open

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

AuditoreDJN opened this issue Sep 8, 2024 · 1 comment

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])

@Echo-Nie
Copy link

You can export data from your browser

Image

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

2 participants