openai / coinrun

Code for the paper "Quantifying Transfer in Reinforcement Learning"
https://blog.openai.com/quantifying-generalization-in-reinforcement-learning/
MIT License
388 stars 87 forks source link

trouble with fetching the logs #28

Closed Unimax closed 5 years ago

Unimax commented 5 years ago

I am trying to recreate the figure 6 in the paper which show the effect of all the known techniques on performance for coinrun. Need help with the following if possible.

image

Thanks in advance

sanjayyyyyy commented 5 years ago

How do we fetch the logs after testing

Unimax commented 5 years ago

default dir is '/tmp/tensorflow' use tensorboard to plot the logs note: by default, it will remove all previous logs. idk why they wanted that.