- 01 juin, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
-
- 31 mai, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update search.py * Update test_search.py
-
- 24 mai, 2017 1 validation
-
-
C.G.Vedant a écrit
* Fix flake8 warnings * Remove unnecessary #noqa * Fix doctest
-
- 17 avr., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update search.py * Update test_search.py * minor edits and notes * removed fuzzywuzzy * Add 8-Queens Test * Optimization without veering from pseudocode * Variable renaming * Update search.py * Optimization * Update test_search.py * Fairer reproduction
-
- 14 avr., 2017 1 validation
-
-
ESHAN PANDEY a écrit
Implemented Genetic Algorithm. Because #477 had unnecessary edits,
-
- 12 avr., 2017 1 validation
-
-
C.G.Vedant a écrit
-
- 22 mar., 2017 2 validations
-
-
ESHAN PANDEY a écrit
minor error fixes.
-
Kaivalya Rawal a écrit
* added documentation, standardised docstring quotes * made search.py pep8 compatible using flake8 * fixed bug in OnlineDFSAgent
-
- 18 mar., 2017 2 validations
-
-
sofmonk a écrit
* Update utils.py in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)" same must follow in function "particle_filtering" in the file probability.py * Update learning.py weight_sample_with_replacement sequence of args * Update probability.py weighted_sample_with_replacement sequence of args * Update search.py
-
Kaivalya Rawal a écrit
-
- 04 mar., 2017 1 validation
-
-
Sampad Kumar Saha a écrit
* Modern string formatting in csp.py. * Modern string formatting in games.py. * Modern string formatting in learning.py. * Modern string formatting in nlp.py. * Modern string formatting in probability.py. * Modern string formatting in search.py. * Replaced {0\!r} by {} if %s. * Corrected a typo.
-
- 03 mar., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update search.py Commenting issues fixed (spacing and punctuation was off sometimes). * Update agents.py * Update canvas.py Grammar * Update grid.py * Update learning.py Added period * Update logic.py Fix quoting * Update mdp.py Fixed quoting * Update nlp.py Capitalization and punctuation fixes * Update planning.py * Update probability.py * Update rl.py 'th' to 'the' * Update search.py * Update text.py * Update utils.py * Update utils.py * Update utils.py * Update learning.py Typo * Update utils.py
-
- 02 mar., 2017 1 validation
-
-
Yagnesh a écrit
Seems like a typo, results in error: TypeError: 'int' object is not iterable. Fixing it: for i in len(population) -> for i in range(len(population))
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 22 mai, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 18 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 17 avr., 2016 5 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 16 avr., 2016 1 validation
-
-
Darius Bacon a écrit
Style: delete excess parentheses. In some of these cases you need to read ahead to see that the paren is not introducing a tuple, for example.
-
- 13 avr., 2016 2 validations
-
-
Surya Teja Cheedella a écrit
* fixes an error in search.py * modifies the method name 'exec' which is a built-in name
-
Surya Teja Cheedella a écrit
* modifies Fig. to Figure all over the repository * fixed a small type in logic.py
-
- 12 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Change variable names from s_prime to s1, current_state to s1 * Sane default for update_state
-
- 10 avr., 2016 1 validation
-
-
Surya Teja Cheedella a écrit
* removes obsolete Fig dictionary from utils.py * modified rl notebook according to the new Figure conventions * removes 'import Fig' and changed the names of Figures * fixes a small error (by me) in executing the cells in rl notebook
-
- 09 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
- 05 avr., 2016 2 validations
-
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
- 04 avr., 2016 2 validations
-
-
Surya Teja Cheedella a écrit
* changes a typo of file name to /aima-data * modified some documentaion and removed doc tests * changed the names like Fig[2, 3] and added unit tests for search.py
-
Surya Teja Cheedella a écrit
* adds Fig[4.23] graph which is 1-dim state space problem * adds LRTA star agent class * adds fully implemented LRTA star agent * adds tests for LRTA star agent
-
- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 24 mar., 2016 2 validations
-
-
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
-
- 22 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 15 mar., 2016 1 validation
-
-
Chipe1 a écrit
-
- 11 mar., 2016 4 validations
-
-
Chipe1 a écrit
-
Tarun Kumar a écrit
-
Lucas Moura a écrit
-
Chipe1 a écrit
-