Please enable JavaScript.
Coggle requires JavaScript to display documents.
Reflex and goal based agents- making decisions - Coggle Diagram
Reflex and goal based agents- making decisions
Applications of finite state machine
Robotics
Communication protocol
Embedded systems - In micro-controllers for controlling hardware components
FSM - Finite State Machine
Finite state machine called as finite state automation which is calculation model which executes by support from hardware or software.
Types
Moore state machine
Mearly state machine
Agents
Utility based agents
Agents similar to goal based agent providing an extra component on utility measurements
This agent is essential when multiple possible alternatives
Simple reflex
Simple reflex agent doesn't consider any part of history in their decision and action process
These are the simplest agent
Intelligence level is very limited in simple reflex
Goal based reflex
Current state environment knowledge is not enough in deciding for agent to what to do
Uses
Easy understanding code
own history representation
Debugging
Types
Deterministic means when agents current state, selected action can completely determine next state of environment is known as deterministic environment.
Non-deterministic environment means any action which has a single guaranteed effect without failure is a non-deterministic environment.