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

How to visualize reward-epoch? #1

Open
ShaoyuanLi opened this issue Aug 22, 2018 · 2 comments
Open

How to visualize reward-epoch? #1

ShaoyuanLi opened this issue Aug 22, 2018 · 2 comments

Comments

@ShaoyuanLi
Copy link

How to visualize reward-epoch?
Does It need extra code for post-processing(post-process print infomation) or is there some tools for visualization? I cound not find the extra code in github project.

@TianhongDai
Copy link
Owner

TianhongDai commented Aug 25, 2018

@ShaoyuanLi Hi, for most algorithms in my repository, I record the log information by using python -u train.py 2>&1 | tee loginfo.log. Then, I write a python script to extract the information from it and plot the reward curve. For a2c, I use the scripts of openai-baselines. You could check the code here: https://github.com/openai/baselines/blob/master/baselines/results_plotter.py

@TianhongDai
Copy link
Owner

@ShaoyuanLi And thanks for reminding me, I will update the reward visualising function in the future.

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