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
the model is a set of weights, you can take a snapshot and test it. Reinforcement learning itself is largely testing and tuning.
the model is a set of weights, you can take a snapshot and test it. Reinforcement learning itself is largely testing and tuning.