Skip to content

Added simpleReflexAgentProgram to vacuumworld.ipynb#820

Closed
nouman-10 wants to merge 3 commits into
aimacode:masterfrom
nouman-10:aima
Closed

Added simpleReflexAgentProgram to vacuumworld.ipynb#820
nouman-10 wants to merge 3 commits into
aimacode:masterfrom
nouman-10:aima

Conversation

@nouman-10
Copy link
Copy Markdown
Contributor

@MrDupin and @norvig Please review?

Copy link
Copy Markdown
Collaborator

@antmarakis antmarakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have the time right now to review your code, but I noticed a little typo.

Comment thread vacuum_world.ipynb Outdated
"loc_B = (1, 0)\n",
"\n",
"rules = None\n",
"# create rules for a two state Vacuum Environment\n",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a hyphen ( '-' ) between 'two' and 'state'.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the typo. Review it whenever you are free @MrDupin

@norvig
Copy link
Copy Markdown
Collaborator

norvig commented Mar 14, 2018

I'm not a fan of the Rule class. I would prefer just having if statements.

@norvig norvig closed this Mar 14, 2018
@nouman-10
Copy link
Copy Markdown
Contributor Author

@norvig will try to do that with if statements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants