Skip to content

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