1. 30 août, 2018 1 validation
    • Aman Deep Singh's avatar
      Logic notebook update (#932) · e168461f
      Aman Deep Singh a écrit
      * Added KB_AgentProgram and subst
      
      * Added doctests
      
      * Updated README.md
      
      * Fixed doctest
      
      * Fixed doctest
      
      * Fixed doctest
      
      * Added definite_clauses_KB to logic.py
      
      * Fixed a doctest, again
      
      * Fixed another doctest
      
      * Fixed another doctest
      
      * Moved unnecessary doctests to unit tests
      
      * Added unit test for ModelBasedReflexAgent
      
      * Added unit test for ModelBasedReflexAgent
      
      * Updated README.md
      
      * Minor fix
      
      * Fixed a doctest
      e168461f
  2. 24 mar., 2018 1 validation
    • Kunwar Raj Singh's avatar
      Implemented plan_route and plan_shot (#872) · 58f663ad
      Kunwar Raj Singh a écrit
      * define plan_route, plan_shot and refactor code
      
      * minor changes
      
      * Added PlanRoute Problem class
      
      * update plan_route
      
      return list of actions ( node.solution() ) instead of node itself in plan_route
      58f663ad
  3. 20 mar., 2018 1 validation
  4. 15 mar., 2018 1 validation
  5. 14 mar., 2018 1 validation
  6. 24 août, 2017 1 validation
    • C.G.Vedant's avatar
      FOIL (#625) · 718224a7
      C.G.Vedant a écrit
      * Added predicate_symbols
      
      * Added FOIL
      
      * Updated README
      718224a7
  7. 04 juil., 2017 1 validation
  8. 24 juin, 2017 1 validation
    • C.G.Vedant's avatar
      PropKB notebook (#559) · f6f8ea24
      C.G.Vedant a écrit
      * Removes smalltest_kb
      
      * Moved wumpus_kb to logic.py
      
      * Added PropKB and tt_entails to notebook
      f6f8ea24
  9. 09 juin, 2017 1 validation
    • C.G.Vedant's avatar
      Tests for fol_fc_ask() (#543) · 940f0c98
      C.G.Vedant a écrit
      * Added test for fol_fc_ask()
      
      * Optimization of fol_fc_ask()
      
      * Faster fol_fc_ask()
      
      * Removed subst for rules in KB
      940f0c98
  10. 07 juin, 2017 1 validation
  11. 28 mai, 2017 1 validation
  12. 24 mai, 2017 1 validation
  13. 06 avr., 2017 1 validation
  14. 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
  15. 18 mar., 2017 2 validations
    • VladKha's avatar
      Update comments and cleanup (#354) · d941781c
      VladKha a écrit
      * Update some comments
      
      * Cleanup and remove some duplicate initialization
      
      * Fix some comments quotation and little bugs: raising Exception instead of raising Failure, random.randrange(a,b) instead of random(a, b)
      
      * Fix some comments quotation and remove explicit inheritance from object
      
      * Fix 'r' in front of the ```parse_csv``` comments
      
      * Fix quotation in comments
      
      * Fix quotation in comments and fix bug in 'KB_AgentProgram'
      d941781c
    • C.G.Vedant's avatar
      changed unify_var() (#344) · 8a735bde
      C.G.Vedant a écrit
      8a735bde
  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. 20 juin, 2016 1 validation
  18. 18 avr., 2016 1 validation
  19. 17 avr., 2016 5 validations
  20. 16 avr., 2016 1 validation
  21. 13 avr., 2016 2 validations
  22. 11 avr., 2016 4 validations
  23. 10 avr., 2016 1 validation
  24. 09 avr., 2016 3 validations
  25. 08 avr., 2016 2 validations
  26. 06 avr., 2016 1 validation
  27. 05 avr., 2016 1 validation