| ▲ | Aboutplants 7 hours ago | |
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 | ||
| ▲ | stingrae 7 hours ago | parent [-] | |
the model is a set of weights, you can take a snapshot and test it. Reinforcement learning itself is largely testing and tuning. | ||