Submitted by Severe-Improvement32 t3_10ohqyw in deeplearning
suflaj t1_j6eqh0b wrote
It depends. If it only learned A to B we say it is overfit. If you give it enough different A to Bs, it might learn to generalize, and then for any A to B pair it will be able to find the path.
If it learned on paths without obstacles, it will not be able to deal with obstacles. Which means that it will go right through them, or run into them, if your environment does not alloe an agent to go through them.
Severe-Improvement32 OP t1_j6ev9gf wrote
Got your point, and have another question: So let continue with path finding example, if we do not give the enough AB pairs the as you said it will fail, But then what about unsupervised learning as there won't be any data given right?
Viewing a single comment thread. View all comments