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

Skip to content

Multiple updates to agents.py (WumpusEnvironment and XYEnvironment) #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 29, 2016
Merged

Multiple updates to agents.py (WumpusEnvironment and XYEnvironment) #169

merged 3 commits into from
Mar 29, 2016

Conversation

tolusalako
Copy link
Contributor

Fully implemented WumpusEnvironment following details from the book. (WumpusEnvironment)
-Willing to test it for me? I wrote some test code here.

Fixed bug where dead agents still get to act (Environment)
Improved Direction class to ease 2D Movements (Direction)
Implemented an easier way to iterate with and without walls (XYEnvironment)
Added is_inbounds() method to check if location is within the width and height. Works within walls also. (XYEnvironment)
Multiple Minor Fixes (agents.py)

tolusalako and others added 2 commits March 23, 2016 00:54
…(WumpusEnvironment)

Fixed bug where dead agents still get to act (Environment)
Improved Direction class to ease 2D Movements (Direction)
Implemented an easier way to iterate with and without walls (XYEnvironment)
Added is_inbounds() method to check if location is within the width and height. Works within walls also. (XYEnvironment)
Multiple Minor Fixes(agents.py)
@tolusalako tolusalako mentioned this pull request Mar 26, 2016
…actions of alive ones.

Implemented arrow shooting in Wumpus World. Wumpus Environment is now complete.
@norvig norvig merged commit cc7f01d into aimacode:master Mar 29, 2016
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.

2 participants