Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Improvements in agents.py #330

Open
Open
@kaivalyar

Description

@kaivalyar

While working on updating the docstring in agents.py, I noticed some discrepancies within the code. There were some differences between the algorithms pdf being used as a guide, the hardcopy of the book I have, the table in the README.md file, and agents.py.

For instance:
TableDrivenAgent:

  • not defined in agents.py (TableDrivenAgentProgram, and TableDrivenVacuumAgent exist)
  • In figure 2.3 in the pdf
  • in figure 2.7 in my textbook copy
  • claimed to be implemented in the README.md table

Either I seem to be missing some obvious naming conventions/pseudocode sources, or this is a minor error that can be corrected. I have found similar issues regarding many other parts of agents.py, but am unsure if I am correct in assuming these to be errors. Can somebody please verify this, as I have already started working on it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions