logoalt Hacker News

Aboutplantstoday at 6:07 PM1 replyview on HN

I’m of zero knowledge on model training, but how is a model accessible while performing training at the same time, especially so early in its run? I’m obviously thinking a little too narrowly in terms of how it actually works


Replies

stingraetoday at 6:13 PM

the model is a set of weights, you can take a snapshot and test it. Reinforcement learning itself is largely testing and tuning.