1. 09 mar., 2018 1 validation
  2. 11 sept., 2017 1 validation
  3. 24 mai, 2017 1 validation
  4. 17 avr., 2017 2 validations
  5. 14 avr., 2017 1 validation
  6. 25 mar., 2017 2 validations
    • lucasmoura's avatar
      Fix flake8 for main files (#399) · 034d279b
      lucasmoura a écrit
      * Exclude test files from flake8 check
      
      * Fix flake8 for main files
      
      * Add flake8 check to build
      034d279b
    • Angira Sharma's avatar
      added fol_fc_ask to logic.py ; update README.md (#415) · df9d7d52
      Angira Sharma a écrit
      * Update utils.py
      
      in pseudo code the sequence of arguments is   " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)"  
      
      * 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
      
      * Update planning.py
      
      added double_tennis_problem from chapter 11 , figure 11.10
      
      * Update utils.py
      
      added missing space after comma
      
      * Update learning.py
      
      added missing space after comma
      
      * Update probability.py
      
      added missing space after comma
      
      * Update search.py
      
      added missing space after comma
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * 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
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update planning.py
      
      * Update planning.py
      
      added spaces after comma
      
      * Update planning.py
      
      * Update test_planning.py
      
      added double_tennis_problem test
      
      * Update test_planning.py
      
      * Update logic.py
      
      added fol_fc_ask from fig 9.3
      
      * Update logic.py
      
      * Update test_planning.py
      df9d7d52
  7. 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
  8. 05 mar., 2017 1 validation
  9. 03 mar., 2017 3 validations
    • Pranjal Bhansali's avatar
      Fixed typo in comments (#302) · e59faf6e
      Pranjal Bhansali a écrit
      e59faf6e
    • Manpreet Kaur's avatar
      GraphPlan Algorithm (#274) · 38e30019
      Manpreet Kaur a écrit
      38e30019
    • 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
  10. 27 sept., 2016 1 validation
  11. 22 sept., 2016 1 validation
  12. 07 sept., 2016 1 validation
    • opensourceware's avatar
      Planning (#253) · 61ef2676
      opensourceware a écrit
      * Minor docstring changes
      
      * Added Spare Tire Problem
      
      * Fixed a bug in substitute method of class Action
      
      * Fixed minor typo in comment
      61ef2676
  13. 20 juin, 2016 1 validation
  14. 22 mai, 2016 1 validation
    • C.G.Vedant's avatar
      planning.py (#232) · 2f84be4b
      C.G.Vedant a écrit
      * Added Action class for PDDL
      
      * Added tests for Action class
      
      * Changed doc string
      
      * Added PDLL class
      
      * Added Air-Cargo-problem
      
      * Tested Air Cargo Problem
      2f84be4b
  15. 09 avr., 2016 1 validation
  16. 11 mar., 2016 1 validation
  17. 10 mar., 2016 1 validation
  18. 06 mar., 2016 3 validations
  19. 11 oct., 2011 1 validation
  20. 13 juin, 2007 1 validation