Page 1 of 1

QLearning Save

PostPosted: Thu Oct 17, 2019 2:12 pm
by danmck
I'm using QLearning with TabuSearchExploration and EpsilonGreedyExploration - a small project in Unity ... and it's working great - but how do I save my learning progress so I can load it later?

Re: QLearning Save

PostPosted: Fri Oct 18, 2019 8:32 am
by andrew.kirillov
Not sure what was the thinking back then, but there is not property to get/set "q-values" :cry: So you will need to alter the code to add it.

Re: QLearning Save

PostPosted: Fri Oct 18, 2019 2:14 pm
by danmck
Okay great, I'll do that. Thanks! :D