Skip to content

2-Intelligent-Agents #77

Closed
Closed
@redblobgames

Description

@redblobgames

Chapter 2 already has a visualization of an algorithm; what are the concepts that we can visualize? My first thoughts:

  1. Table driven agent: show a table of the percepts and the resulting action. Given the state of the world, show which table entries would be activated.
  2. Rule driven agent: show a sequence of rules and the resulting action. Given the state of the world, show which rules would be activated. Follow the action from the first matching rule.
  3. Model driven agent: show the internal model of the world also. I'm not sure if there's something meaningful with the vacuum cleaner agent though.

I don't know if these visualizations will be useful or interesting but I would like to try them and see.

Metadata

Metadata

Assignees

No one assigned

    Labels

    chapter discussion(Archived) Discussion of the design of a chapter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions