
AI4 Search in Complex AI Environments
No se pudo agregar al carrito
Add to Cart failed.
Error al Agregar a Lista de Deseos.
Error al eliminar de la lista de deseos.
Error al añadir a tu biblioteca
Error al seguir el podcast
Error al dejar de seguir el podcast
-
Narrado por:
-
De:
Acerca de esta escucha
This chapter expands upon search algorithms by addressing more complex, real-world environments that relax simplifying assumptions. It introduces local search and optimization problems, where the focus is on finding a good final state rather than the path, and discusses techniques like hill climbing and simulated annealing. The text then progresses to search with nondeterministic actions, where agents need to formulate conditional plans due to unpredictable outcomes, utilizing AND-OR search trees. Finally, the chapter explores search in partially observable and unknown environments, introducing the concept of belief states and the challenges of online search agents that learn about the environment as they interact with it, including methods like LRTA* for efficient exploration and adaptation.