large-scale-curiosity icon indicating copy to clipboard operation
large-scale-curiosity copied to clipboard

How can I load the trained model and watch the performance of the agent?

Open ProQianXiao opened this issue 6 years ago • 2 comments

I run the run.py and it can work, the default environment is Breakout, and the model seems to be stored in 'env0_0.pk'. I want to know how to load the trained model and watch the performance of the agent in the graphical interface.

ProQianXiao avatar Dec 13 '18 09:12 ProQianXiao

I have the same question! help

hlsafin avatar Dec 26 '18 07:12 hlsafin

'env0_0.pk' is not a model file. It has information(selected actions, rewards, first random state) of one episode. I think it is to reproduce that episode. And there is no codes loading/saving a model in the repo. You need to add it.

cuspymd avatar Jan 09 '19 09:01 cuspymd