Machine Learning
Machine Learning
AAT-II
-Samyuktha Kanugula
21951A6248
8) Explain how an agent can take action to move from one state to
another with the help of rewards.
An agent in Reinforcement Learning (RL) interacts with its
environment by:
1. Observing its current state.
2. Taking an action based on its policy (set of rules).
3. Receiving a reward or penalty based on the outcome of the
action.
The agent iteratively adjusts its policy to maximize cumulative
rewards, using algorithms like Q-Learning or Deep Q-Networks. Over
time, this enables it to optimize decision-making and achieve desired
goals.