Simple Agents
- It's pretty easy to make simple agents.
- I could put an FSA agent together in an hour (maybe you
managed Elsa in that time).
- In pacman, the ghosts are really simple agents.
- In most games, there are a lot of simple agents that
just obey a few simple rules.
- It's one way to put some diversity into a game.
- Use them.
- More sophicticated agents can use a wider range of
input from the environment.
- They can just have more history (store old info).
- They can learn.
- They can even communicate.