0% found this document useful (0 votes)
55 views2 pages

AI Agent-Notes

AI agents are autonomous entities that perceive their environment, make decisions, and perform actions to achieve specific goals. They consist of components such as perception, agent function, actuators, and operate within various environments. Different types of AI agents include simple reflex agents, model-based agents, goal-based agents, utility-based agents, and learning agents, with applications ranging from virtual assistants to self-driving cars.

Uploaded by

Golle Srikanth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views2 pages

AI Agent-Notes

AI agents are autonomous entities that perceive their environment, make decisions, and perform actions to achieve specific goals. They consist of components such as perception, agent function, actuators, and operate within various environments. Different types of AI agents include simple reflex agents, model-based agents, goal-based agents, utility-based agents, and learning agents, with applications ranging from virtual assistants to self-driving cars.

Uploaded by

Golle Srikanth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Here are concise notes on **AI Agents** to help you understand the key concepts quickly:

---

### 🧠 **AI Agents – Overview**


An **AI agent** is an autonomous entity that perceives its environment, makes decisions, and
performs actions to achieve speci c goals.

---

### 🧩 **Components of an AI Agent**


1. **Perception** – Gathers data from the environment via sensors or input.
2. **Agent Function** – Maps percepts (inputs) to actions.
3. **Actuators** – Execute actions in the environment.
4. **Environment** – The external world in which the agent operates.

---

### 🧭 **Types of AI Agents**


1. **Simple Re ex Agents**
- Act only on current perception.
- No memory or learning.
- Example: Thermostat.

2. **Model-Based Re ex Agents**
- Maintain internal state (model of the world).
- Handle partially observable environments.

3. **Goal-Based Agents**
- Use goals to decide actions.
- Evaluate future states.

4. **Utility-Based Agents**
- Use a utility function to make decisions.
- Choose action with the highest expected utility.

5. **Learning Agents**
- Learn and improve from experience.
- Have performance element, learning element, and critic.

---

### 🌐 **Agent Environments**


Classi ed based on:
- **Observable vs. Partially Observable**
- **Deterministic vs. Stochastic**
- **Episodic vs. Sequential**
- **Static vs. Dynamic**
- **Discrete vs. Continuous**
- **Single-agent vs. Multi-agent**

---

### 📈 **Applications of AI Agents**


- Virtual assistants (e.g., Siri, Alexa)
- Self-driving cars
- Game AI (e.g., NPCs)
- Robotic process automation
fi
fl
fl
fi
- Chatbots
- Smart home devices

---

### ⚙ **Properties of Rational Agents**


- **Rationality**: Doing the right thing to maximize performance measure.
- **Autonomy**: Ability to learn and adapt with minimal human input.

---

If you want more details on a speci c type of agent, environment, or example use case, let me
know!
fi

You might also like