|
|
|
|
|
by tempusalaria
778 days ago
|
|
One thing you could think about is the very simple idea of “I’m walking north on park avenue, how do I get into the park”? The answer is always ‘turn left’ no matter where you are on park avenue. These kind of heuristics would allow you to build more general path finding based on ‘next direction’ prediction. OpenAI may well have built a lot of synthetic direction data from some maps system like Google maps, which would then heavily train this ‘next direction’ prediction system. Google maps builds a list of smaller direction steps to follow to achieve the larger navigation goal. |
|