1. 06 jan., 2019 1 validation
  2. 04 oct., 2018 1 validation
  3. 28 sept., 2018 1 validation
    • DKE's avatar
      Change PriorityQueue expansion (#962) · eee83f64
      DKE a écrit
      `self.heap.append` simply appends to the end of the `self.heap` 
      Since `self.heap` is just a python list. 
      `self.append` calls the append method of the class instance, effectively putting the item in its proper place.
      eee83f64
  4. 19 sept., 2018 1 validation
  5. 24 mar., 2018 1 validation
  6. 09 mar., 2018 1 validation
    • Peter Norvig's avatar
      Add injection · aa6664f4
      Peter Norvig a écrit
      A new function, `injection` for dependency injection of globals (for classes and functions that weren't designed for dependency injection).
      aa6664f4
  7. 23 fév., 2018 1 validation
  8. 19 oct., 2017 1 validation
  9. 02 août, 2017 1 validation
  10. 24 juil., 2017 2 validations
    • Anthony Marakis's avatar
      Implementation: Current Best Learning (#593) · b0227916
      Anthony Marakis a écrit
      * Update README.md
      
      * add powerset to utils
      
      * add powerset test
      
      * Create knowledge.py
      
      * Create test_knowledge.py
      
      * add header docstring to knowledge.py
      
      * update learning docstring
      
      * minor edits in knowledge.py
      b0227916
    • C.G.Vedant's avatar
      SVD (#592) · b5612990
      C.G.Vedant a écrit
      * Fixed truncated_svd
      
      * Moved SVD algorithm to learning.py
      b5612990
  11. 19 juil., 2017 1 validation
  12. 13 juin, 2017 1 validation
  13. 08 juin, 2017 1 validation
    • Antonis Maronikolakis's avatar
      Moving Grid to Utils (#540) · 342d6a3a
      Antonis Maronikolakis a écrit
      * Delete test_grid.py
      
      * Delete grid.ipynb
      
      * Delete grid.py
      
      * Move grid functions to utils
      
      * Move grid tests to utils
      
      * Update agents.py
      
      * Update mdp.py
      
      * Update search.py
      342d6a3a
  14. 28 mai, 2017 1 validation
  15. 24 mai, 2017 1 validation
  16. 17 avr., 2017 2 validations
  17. 12 avr., 2017 1 validation
    • C.G.Vedant's avatar
      Changes to hashable dict (#482) · f9f6ecf3
      C.G.Vedant a écrit
      * Adds hashable dict type
      
      * Implemented permutation decoder
      
      * added test for permutation decode
      
      * Optimized permutationdecoder
      
      * relaxed tests
      
      * uses isinstance
      f9f6ecf3
  18. 06 avr., 2017 2 validations
  19. 25 mar., 2017 2 validations
  20. 22 mar., 2017 1 validation
    • Angira Sharma's avatar
      added double_tennis_problem to planning.py; and minor pep8 edits (#373) · 581fa6be
      Angira Sharma a écrit
      * Update test_agents.py
      
      pep8 changes, showed flake8 errors
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_text.py
      
      added missing whitespace after comma
      
      * Update utils.py
      
      added space after comma
      
      * Update search.py
      
      added space after comma
      
      * Update probability.py
      
      added space after comma
      
      * Update learning.py
      
      added space after comma
      
      * Update planning.py
      
      added double_tennis_problem
      
      * Update rl.py
      
      In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state).
      
      * Update search.py
      
      the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book.
      
      * Update search.py
      
      * Update search.py
      
      * Update search.py
      581fa6be
  21. 18 mar., 2017 2 validations
  22. 07 mar., 2017 2 validations
  23. 03 mar., 2017 1 validation
    • Antonis Maronikolakis's avatar
      Commenting Fixes (#294) · a6e31924
      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
      a6e31924
  24. 06 août, 2016 2 validations
  25. 20 juin, 2016 1 validation
  26. 18 avr., 2016 1 validation
  27. 17 avr., 2016 3 validations
  28. 16 avr., 2016 1 validation
  29. 13 avr., 2016 1 validation
  30. 11 avr., 2016 2 validations