This document provides an overview of different agent architectures, including reactive, deliberative, and hybrid architectures. It discusses key concepts like the types of environments agents can operate in, including accessible vs inaccessible, deterministic vs non-deterministic, episodic vs non-episodic, and static vs dynamic environments. Reactive architectures are focused on fast reactions to environmental changes with minimal internal representation and computation. Deliberative architectures emphasize long-term planning and goal-driven behavior using symbolic representations. Rodney Brooks proposed that intelligence can emerge from the interaction of simple agents following stimulus-response rules, without complex internal models, as seen in ant colonies.