Agents #4
Replies: 1 comment
|
A simple reflex agent is an agent that makes decisions and takes actions purely based on the current state of its environment, without considering any history or future consequences. It responds directly to perceptual inputs using a set of predefined rules. |
0 replies
Answer selected by
mssanamateen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple reflex agent is an agent that makes decisions and takes actions purely based on the current state of its environment, without considering any history or future consequences. It responds directly to perceptual inputs using a set of predefined rules.