rlcode/reinforcement-learning

Use traned agent

Sat0ri opened this issue · 0 comments

Hello, trained agent play CartPole-v1 with score 500, but when I restart it with ...
self.load_model from = True and with correct name, it start learning again with low score results.

How can I load weights and start trained agent to play, without learning?