- 24 mar., 2016 12 validations
-
-
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
-
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 6 validations
-
-
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 19 validations
-
-
Peter Norvig a écrit
Add tests for the Wumpus World
-
Peter Norvig a écrit
Implemented Passive Temporal Difference Agent
-
Tarun Kumar a écrit
-
Chirag Vartak a écrit
-
Peter Norvig a écrit
Fixed ussue where an agent's location set to 0 returned None
-
Peter Norvig a écrit
Modifications in csp.py and added unit tests in test_cp.py
-
Toluwanimi Salako a écrit
-
Toluwanimi Salako a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
SnShine a écrit
-
SnShine a écrit
-
SnShine a écrit
-
SnShine a écrit
-
tolusalako a écrit
-
tolusalako a écrit
-
- 21 mar., 2016 1 validation
-
-
Peter Norvig a écrit
Added image for graph in search.ipynb
-
- 20 mar., 2016 2 validations