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

feature: add scripts/win_rate_plot.py #258

Merged
merged 2 commits into from
Jan 31, 2022

Conversation

YuriCat
Copy link
Contributor

@YuriCat YuriCat commented Jan 28, 2022

added a caution.

continue
wp_list = averaged_wp_lists[opponent]
start = start_epoch[opponent]
# ax.plot(clipped_epoch_list[start:], wp_list[start:], label=opponent)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line should be removed (duplicated below)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is prepared in order to show the WR curve with epochs.
However, we should also change x-axis label.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry!! My mistake...

@ikki407
Copy link
Member

ikki407 commented Jan 31, 2022

If this script will be merged, should we add a new function to save a log file using logging module? (e.g. log_dir: 'logs' in config.yaml) What do you think?
Another way, we can show a sample code to log stdout/stderr with shell command such as script, tee, ...

@ikki407 ikki407 merged commit 412df5d into DeNA:develop Jan 31, 2022
@YuriCat YuriCat deleted the feature/add_win_rate_plot branch February 11, 2022 17:56
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants