1. 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
  2. 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
  3. 23 mai, 2018 1 validation
    • 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
  4. 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
  5. 24 mar., 2018 1 validation
  6. 21 mar., 2018 2 validations
  7. 17 mar., 2018 1 validation
  8. 15 mar., 2018 3 validations
  9. 14 mar., 2018 2 validations
  10. 13 mar., 2018 1 validation
  11. 04 mar., 2018 1 validation
    • Aabir Abubaker Kar's avatar
      Add to rl module (#799) · cae3d019
      Aabir Abubaker Kar a écrit
      * Ignoring .DS_Store for macOS
      
      * Added Direct Utility Estimation code and fixed notebook
      
      * Added implementation to README.md
      cae3d019
  12. 02 mar., 2018 2 validations
    • Aabir Abubaker Kar's avatar
      Fix MDP class and add POMDP subclass and notebook (#781) · f44631dc
      Aabir Abubaker Kar a écrit
      * Fixed typos and added inline LaTeX
      
      * Fixed backslash for inline LaTeX
      
      * Fixed more backslashes
      
      * generalised MDP class and created POMDP notebook
      
      * Fixed consistency issues with base MDP class
      
      * Small fix on CustomMDP
      
      * Set default args to pass tests
      
      * Added TableDrivenAgentProgram tests (#777)
      
      * Add tests for TableDrivenAgentProgram
      
      * Add tests for TableDrivenAgentProgram
      
      * Check environment status at every step
      
      * Check environment status at every step of TableDrivenAgentProgram
      
      * Fixing tests
      
      * fixed test_rl
      
      * removed redundant code, fixed a comment
      f44631dc
    • Nouman Ahmed's avatar
      Added test for simpleProblemSolvingAgentProgram (#784) · 3f888808
      Nouman Ahmed a écrit
      * Added test for simpleProblemSolvingAgent
      
      * Some Style fixes
      
      * Fixed update_state in test_search.py
      3f888808
  13. 28 fév., 2018 1 validation
    • Ayush Jain's avatar
      Added TableDrivenAgentProgram tests (#777) · 7e763e6b
      Ayush Jain a écrit
      * Add tests for TableDrivenAgentProgram
      
      * Add tests for TableDrivenAgentProgram
      
      * Check environment status at every step
      
      * Check environment status at every step of TableDrivenAgentProgram
      7e763e6b
  14. 27 fév., 2018 1 validation
  15. 23 fév., 2018 7 validations
  16. 12 fév., 2018 2 validations
  17. 26 jan., 2018 1 validation
  18. 20 déc., 2017 1 validation
  19. 28 oct., 2017 1 validation
  20. 19 oct., 2017 1 validation
  21. 28 août, 2017 1 validation
  22. 24 août, 2017 2 validations
  23. 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
  24. 16 août, 2017 1 validation
  25. 11 août, 2017 1 validation