8 ms·
>Are there ML models that are trained while being used? https://en.wikipedia.org/wiki/Reinforcement_learning#Exploration https://en.wikipedia.org/wiki/Reinforc
by sdkgames 3y ago
>Are there ML models that are trained while being used?
https://en.wikipedia.org/wiki/Reinforcement_learning#Exploration https://en.wikipedia.org/wiki/Reinforcement_learning#Explora...
- sorenjan 3y agoWhen I learned about RL we were taught to disable exploration when doing evaluation of the model since exploration part is stochastic. I don't think that would work in production.