Skip to content

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

@AuditoreDJN

Description

@AuditoreDJN

通过该方式记录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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions