1. 03 jan., 2018 1 validation
  2. 17 août, 2017 1 validation
    • C.G.Vedant's avatar
      Added tests (#620) · 09beeb45
      C.G.Vedant a écrit
      * Added tests for search.py
      
      * Updated readme
      
      * Removed extra newline
      
      * Fixed seed
      
      * Update README.md
      
      * Added docstring for minimal-consistent-det
      09beeb45
  3. 18 juin, 2017 1 validation
  4. 17 juin, 2017 1 validation
  5. 13 juin, 2017 1 validation
  6. 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
  7. 01 juin, 2017 1 validation
  8. 31 mai, 2017 1 validation
  9. 24 mai, 2017 1 validation
  10. 17 avr., 2017 1 validation
  11. 14 avr., 2017 1 validation
  12. 12 avr., 2017 1 validation
  13. 22 mar., 2017 2 validations
  14. 18 mar., 2017 2 validations
  15. 04 mar., 2017 1 validation
    • Sampad Kumar Saha's avatar
      Modern String Formatting in Code (#292) · 1356ab9e
      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.
      1356ab9e
  16. 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
  17. 02 mar., 2017 1 validation
  18. 20 juin, 2016 1 validation
  19. 22 mai, 2016 1 validation
  20. 18 avr., 2016 1 validation
  21. 17 avr., 2016 5 validations
  22. 16 avr., 2016 1 validation
  23. 13 avr., 2016 2 validations
  24. 12 avr., 2016 1 validation
  25. 10 avr., 2016 1 validation
  26. 09 avr., 2016 1 validation
  27. 05 avr., 2016 2 validations
  28. 04 avr., 2016 2 validations
    • Surya Teja Cheedella's avatar
      Modified search.py · a8fd7e39
      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
      a8fd7e39
    • Surya Teja Cheedella's avatar
      Fully implemented LRTA* agent with tests · 7b770689
      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
      7b770689
  29. 30 mar., 2016 1 validation
  30. 24 mar., 2016 2 validations
    • Larry He's avatar
      Reverted set changes · 43c2faf4
      Larry He a écrit
      Apparently, set() does not equal {}
      43c2faf4
    • Larry He's avatar
      Fixed Problems in Python 3 Port · a2502be8
      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
      a2502be8