- 11 juil., 2018 3 validations
-
-
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
-
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
-
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
-
- 22 juin, 2018 1 validation
-
-
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
-
- 23 mai, 2018 1 validation
-
-
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
-
- 10 mai, 2018 1 validation
-
-
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
-
- 24 mar., 2018 1 validation
-
-
Rahul Goswami a écrit
-
- 21 mar., 2018 2 validations
-
-
Vaishali Sharma a écrit
* added test case for CYK_parse * added testcase for CYK_parse * corrected spacing * fixed issues like alignment, missing comma etc. * test case for double tennis problem * Update planning.py removed commented print statements.
-
Krishna Wadhwani a écrit
* Correction in the formula for mean square error * Added cross-entropy loss * Test case for cross-entropy loss * Decimal point mistake * Added spaces around = and ==
-
- 17 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
-
- 15 mar., 2018 3 validations
-
-
Aman Deep Singh a écrit
* NQueensProblem returns tuples as states * Reran search.ipynb * List to tuple * Changed default value and add heuristic function * Added astar_search for NQueensProblem * Added tests for NQueensProblem
-
Aman Deep Singh a écrit
* Refactor EightPuzzle class * return instead of print * Added tests for EightPuzzle * Review fixes * Review fixes * Fixed tests * Update inverted commas in docstrings
-
Robert Hönig a écrit
Fixes #748.
-
- 14 mar., 2018 2 validations
-
-
Aman Deep Singh a écrit
* Added pl-fc-entails section * Updated README.md * Updated filename * Added tests for pl-fc-entails * Review fixes
-
Aman Deep Singh a écrit
* Added section on min-conflicts * Refactor one-liner for loop * Added tests for min_conflicts and NQueensCSP
-
- 13 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
* Added test for simpleReflexAgent * Fixed a bug * Fixed another bug
-
- 04 mar., 2018 1 validation
-
-
Aabir Abubaker Kar a écrit
* Ignoring .DS_Store for macOS * Added Direct Utility Estimation code and fixed notebook * Added implementation to README.md
-
- 02 mar., 2018 2 validations
-
-
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
-
Nouman Ahmed a écrit
* Added test for simpleProblemSolvingAgent * Some Style fixes * Fixed update_state in test_search.py
-
- 28 fév., 2018 1 validation
-
-
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
-
- 27 fév., 2018 1 validation
-
-
Nouman Ahmed a écrit
* Add test for table driven agent * Some style fixes * Added done to tabledrivenagent test in readme * Added randomAgentProgram test to test_agents.py * Added Import randomAgentProgram * Style fixes * Added the done tag tp tabledrivenagent test
-
- 23 fév., 2018 7 validations
-
-
Anthony Marakis a écrit
-
Ayush Jain a écrit
* Added tests for information_content Added some tests for information_content function from learning.py * Added test for information_content
-
Robert Hönig a écrit
-
Anthony Marakis a écrit
* Update learning.py * Update test_learning.py
-
Apurv Bajaj a écrit
* Add test for TableDrivenVacuumAgent * Debug Travis * Minor fix * Fixed table for TableDrivenAgent * Update README
-
Aman Deep Singh a écrit
* Added Policy Iteration section * Removed ambiguous test * Capitalized header * Added images * Added section for sequential decision problems
-
Pranjal Aswani a écrit
* added overview for AdaBoost * added implementation for AdaBoost * added example for AdaBoost * added tests for AdaBoost * rephrased sentences * final changes to AdaBoost * changed adaboost tests to use grade_learner * grammar check
-
- 12 fév., 2018 2 validations
-
-
Aman Deep Singh a écrit
-
Vinay Varma a écrit
* added submodule * fixed ac3 in csp.py * added a test to verify the modified ac3 algorithm in csp.py * Update .gitmodules
-
- 26 jan., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
* Update PeakFindingProblem code to allow diagonal motion * Fix unit test issues * update PeakFindingProblem to take actions as input param * Refactor code in search.py
-
- 20 déc., 2017 1 validation
-
-
Anthony Marakis a écrit
-
- 28 oct., 2017 1 validation
-
-
Anthony Marakis a écrit
* probability notebook * Update test_probability.py * Update README.md
-
- 19 oct., 2017 1 validation
-
-
Anthony Marakis a écrit
* add failure_test method to utils * comment fix * Update test_learning.py * Update test_csp.py
-
- 28 août, 2017 1 validation
-
-
Anthony Marakis a écrit
* Update nlp_apps.ipynb * Update test_text.py
-
- 24 août, 2017 2 validations
-
-
Anthony Marakis a écrit
-
C.G.Vedant a écrit
* Added predicate_symbols * Added FOIL * Updated README
-
- 17 août, 2017 1 validation
-
-
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
-
- 16 août, 2017 1 validation
-
-
Anthony Marakis a écrit
* add a simple naive bayes classifier * Update test_learning.py * spacing * minor fix * lists to strings
-
- 11 août, 2017 1 validation
-
-
Anthony Marakis a écrit
* Update nlp.py * add chart parsing test * add chart parsing section
-