Saving the state of an EpsilonGreedy RlAgent to allow resuming q-learning model training #3664
Unanswered
theshoeshiner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to q-learning, so correct me if Im wrong - but it seems to me that in terms of resuming training a model - the state of some agents is important as well, specifically an
EpsilonGreedy
agent, otherwise when resuming training we will start over and begin re-selecting more random actions rather than matching the regression towards already seen actions.EpsilonGreedy
agent and it's rate tracker? Or does this have to be done manually by my code?Beta Was this translation helpful? Give feedback.
All reactions