- 29 mar., 2016 7 validations
-
-
SnShine a écrit
-
SnShine a écrit
-
SnShine a écrit
-
Peter Norvig a écrit
Added WalkSAT
-
Peter Norvig a écrit
Multiple updates to agents.py (WumpusEnvironment and XYEnvironment)
-
Peter Norvig a écrit
Fixed Outdated Idioms in Python 3 Port
-
Peter Norvig a écrit
IPython Notebook for logic.py
-
- 27 mar., 2016 1 validation
-
-
tolusalako a écrit
Implemented arrow shooting in Wumpus World. Wumpus Environment is now complete.
-
- 26 mar., 2016 2 validations
- 25 mar., 2016 1 validation
-
-
Chirag Vartak a écrit
-
- 24 mar., 2016 16 validations
-
-
Chirag Vartak a écrit
-
Larry He a écrit
doccument -> document
-
Larry He a écrit
In hindsight, the variable name "doc" implies we are manipulating the document itself when, in reality, we are manipulating the index of the document. "docid" better expresses this concept.
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
Added self to argument
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
This change is for consistency.
-
Larry He a écrit
Cast was not needed since the return value was already being cast. Query function changed to use heapq.nlargest() for simplicity
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
tolusalako a écrit
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)
-
Larry He a écrit
Apparently, set() does not equal {}
-
Larry He a écrit
Problems fixed: Replaced cmp: 1 instance in line 323 of search.py Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215 of search.py Convert .sort() to sorted(): 1 instance in line 150 of text.py Cast map to list: 1 instance in line 47 of grid.py
-
- 23 mar., 2016 12 validations
-
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
tolusalako a écrit
WumpusEnvironment
-
Peter Norvig a écrit
Fix a minor error to arguments of flake8 in Travis configuration file
-
Peter Norvig a écrit
-
Chirag Vartak a écrit
-
Peter Norvig a écrit
Moved Tests for MDP into Test File
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
- 22 mar., 2016 1 validation
-
-
Peter Norvig a écrit
Add tests for the Wumpus World
-