rlcode / reinforcement-learning

Minimal and Clean Reinforcement Learning Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play part

BlueMelon715 opened this issue · comments

Is there any part to play the breakout by calling the saved model?

we add the part of loading saved model which is in the init of DQNAgent class.
But we don't have part to play with saved model. We will add it soon!

Okay. Thank you!