DeepMimic icon indicating copy to clipboard operation
DeepMimic copied to clipboard

Limit samples for training

Open tfederico opened this issue 4 years ago • 3 comments

is there any way to make the training stop after N samples/iterations?

tfederico avatar Jun 11 '20 15:06 tfederico

That's not implemented at the moment. But it should be pretty easy to just modify the done variable here: https://github.com/xbpeng/DeepMimic/blob/c0731625e72c96a3f758def75f5e4ecbf60e8ca1/DeepMimic_Optimizer.py#L16 To check if the total number of samples exceeds some limit.

xbpeng avatar Jun 11 '20 16:06 xbpeng

Thanks! I will try to take a look. So right now what's the criterion for done?

tfederico avatar Jun 12 '20 10:06 tfederico

done is just always false right now.

xbpeng avatar Jun 12 '20 15:06 xbpeng