Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
425 views
in Technique[技术] by (71.8m points)

reinforcement learning - Validation worse than training

In OpenAI gym classic-like env training, the model yields good results and completes the task. Validating with unseen data yields considerably lower results. Tried:

  • Added (+/- 2% random range) noise to observations to prevent the model from memorizing (both training/validation).
  • Applied same normalization (fit to training, transform to training/validation), and also no normalization.

No matter, getting same results with the above. Any idea what it could be or what I can try?

question from:https://stackoverflow.com/questions/66060521/validation-worse-than-training

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...