1. 27 juil., 2018 2 validations
  2. 22 juil., 2018 1 validation
    • MariannaSpyrakou's avatar
      Angelic_search (#940) · 1c4d3225
      MariannaSpyrakou a écrit
      * Added angelic search to planning code
      
      * Added unit tests for angelic search
      
      * Created notebook planning_angelic_search.ipynb
      
      * Fixed refinements function for HLAs
      1c4d3225
  3. 18 juil., 2018 1 validation
  4. 15 juil., 2018 1 validation
  5. 11 juil., 2018 3 validations
    • Aman Deep Singh's avatar
      Information Gathering Agent and probability notebook update (#931) · 8b25f543
      Aman Deep Singh a écrit
      * Formatting fixes
      
      * Added runtime comparisons of algorithms
      
      * Added tests
      
      * Updated README.md
      
      * Added HMM explanation and contents tab
      
      * Added section on fixed lag smoothing
      
      * Added notebook sections on particle filtering and monte carlo localization
      
      * Updated README.md
      
      * Minor formatting fix
      
      * Added decision networks and information gathering agent
      
      * Added notebook sections for decision networks and information gathering agent
      
      * Updated README.md
      8b25f543
    • Aman Deep Singh's avatar
      Added POMDP-value-iteration (#929) · 4f1eb259
      Aman Deep Singh a écrit
      * Added POMDP value iteration
      
      * Added plot_pomdp_utility function
      
      * Added tests for pomdp-value-iteration
      
      * Updated README.md
      
      * Fixed notebook import
      
      * Changed colors
      
      * Added notebook sections for POMDP and pomdp_value_iteration
      
      * Fixed notebook parsing error
      
      * Replace pomdp.ipynb
      
      * Updated README.md
      
      * Fixed line endings
      
      * Fixed line endings
      
      * Fixed line endings
      
      * Fixed line endings
      
      * Removed numpy dependency
      
      * Added docstrings
      
      * Fix tests
      
      * Added a test for pomdp_value_iteration
      
      * Remove numpy dependencies from mdp.ipynb
      
      * Added POMDP to mdp_apps.ipynb
      4f1eb259
    • Aman Deep Singh's avatar
      Added PartialOrderPlanner (#927) · 68327a85
      Aman Deep Singh a écrit
      * Added PartialOrderPlanner
      
      * Added doctests
      
      * Fix doctests
      
      * Added tests for PartialOrderPlanner methods
      
      * Added test for PartialOrderPlanner
      
      * Rerun planning.ipynb
      
      * Added notebook section for TotalOrderPlanner
      
      * Added image
      
      * Added notebook section for PartialOrderPlanner
      
      * Updated README.md
      
      * Refactor double tennis problem
      
      * Refactored test for double_tennis_problem
      
      * Updated README.md
      
      * Added notebook sections for job_shop_problem and double_tennis_problem
      
      * Updated README.md
      
      * Fixed refinements example
      
      * Added go_to_sfo problem
      
      * Rename TotalOrderPlanner
      
      * Renamed PDDL to PlanningProblem
      68327a85
  6. 22 juin, 2018 1 validation
    • Devesh Sawant's avatar
      Added Logarithmic Naive Bayes Learner. (#928) · 6e2ea3ef
      Devesh Sawant a écrit
      * test case for zebra problem
      
      * Revert "Merge remote-tracking branch 'upstream/master'"
      
      This reverts commit 5ceab1a27ff73b410200c2f84d22e0a1d79b6fbe, reversing
      changes made to 34997e48547a57939d568f170c60e442c2d54db5.
      
      * discarded HEAD changes for merge
      
      * added ensemble_learner jpeg
      
      * updated travis and search
      
      * Added logarithmic learner in nlp_apps (#890)
      
      * Remove zebra tests
      
      * revised Bayes learner explanation
      
      * added missing SimpleReflexAgent from upstream
      6e2ea3ef
  7. 23 mai, 2018 2 validations
    • Aman Deep Singh's avatar
      Minor refactors (#924) · 9c7b9759
      Aman Deep Singh a écrit
      * Refactored HLA
      
      * Refactors
      
      * Refactored broken tests
      
      * Cleaned up duplicated code
      
      * Cleaned up duplicated code
      
      * Added TotalOrderPlanner
      
      * Linearize helper function
      
      * Added tests for TotalOrderPlanner
      
      * Readd sussman anomaly test
      9c7b9759
    • DKE's avatar
      Minor refactor on a variable name (#925) · 81d14936
      DKE a écrit
      * Added a line to child node
      
      `child_node` method of `Node` uses the `problem.result` which returns normally a state not a node according to its docstring in `Problem`. Naming the variable `next_node` can be confusing to users when it actually refers to a resulting state.
      
      * Update search.py
      
      * Update search.py
      81d14936
  8. 15 mai, 2018 1 validation
  9. 11 mai, 2018 4 validations
  10. 10 mai, 2018 1 validation
    • Aman Deep Singh's avatar
      [WIP] Refactor planning.py (#921) · c4c1bdce
      Aman Deep Singh a écrit
      * GraphPlan fixed
      
      * Updated test_planning.py
      
      * Added test for spare_tire
      
      * Added test for graphplan
      
      * Added shopping problem
      
      * Added tests for shopping_problem
      
      * Updated README.md
      
      * Refactored planning notebook
      
      * Completed shopping problem
      
      * Refactors
      
      * Updated notebook
      
      * Updated test_planning.py
      
      * Removed doctest temporarily
      
      * Added planning graph image
      
      * Added section on GraphPlan
      
      * Updated README.md
      c4c1bdce
  11. 15 avr., 2018 1 validation
  12. 09 avr., 2018 1 validation
  13. 08 avr., 2018 2 validations
    • Vinay Varma's avatar
      added have_cake_and_eat_cake_too (#906) · 5dee9c1a
      Vinay Varma a écrit
      * added have_cake_and_eat_cake_too
      
      * renamed effect_neg to effect_rem
      
      * added have_cake_and_eat_cake_too to readme
      
      * added details to Problems in planning.ipynb
      
      Added more information for the problems Air Cargo, Spare Tire, Three Block Tower, Have Cake and Eat Cake Too.
      
      * removed a test from planning.py
      
      A test for three block tower problem is written here. I have removed it.
      
      * Style fixes
      
      * minor style fix
      
      * fixed a typo
      
      * minor fixes
      
      some sentence issues
      
      * minor changes
      
      * minor fixes
      5dee9c1a
    • Vinay Varma's avatar
      Fixed errors occurred in search.ipynb due to refactoring (#902) · 23e64aa3
      Vinay Varma a écrit
      * refactored changes
      
      * added DLS and IDS to readme
      23e64aa3
  14. 01 avr., 2018 1 validation
  15. 25 mar., 2018 4 validations
  16. 24 mar., 2018 4 validations
  17. 21 mar., 2018 3 validations
  18. 20 mar., 2018 7 validations