- 08 avr., 2018 2 validations
-
-
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
-
Vinay Varma a écrit
* refactored changes * added DLS and IDS to readme
-
- 01 avr., 2018 1 validation
-
-
Anthony Marakis a écrit
* deleting * reuploading
-
- 25 mar., 2018 4 validations
-
-
Charu a écrit
* Added linear learner in learning.ipynb * Update learning.ipynb * Update learning.ipynb * Update learning.ipynb
-
Charu a écrit
-
Charu a écrit
* Added ensemble learner in learning.ipynb * Added ensemble_learner.jpg * Update learning.ipynb * Update learning.ipynb
-
Anthony Marakis a écrit
-
- 24 mar., 2018 4 validations
-
-
Anthony Marakis a écrit
-
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
-
Charu a écrit
* Added Depth Limited Search in search.ipynb * Made changes in depth limited search
-
Rahul Goswami a écrit
-
- 21 mar., 2018 3 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 ==
-
Nouman Ahmed a écrit
* added min_consistent_det to knowledge.ipynb * some minor changes
-
- 20 mar., 2018 8 validations
-
-
Krishna Wadhwani a écrit
-
Nouman Ahmed a écrit
-
Nouman Ahmed a écrit
* Added SATPlan to logic.ipynb * Updated README.md
-
Aman Deep Singh a écrit
-
Kunwar Raj Singh a écrit
* Added ask_with_dpll to WumpusKB * Refactored WumpusKB * Refactored HybridWumpusAgent * No need for ask_with_dpll, fix typos * override ask_if_true in WumpusKB * remove extra line
-
Aman Deep Singh a écrit
* A few helper functions * Added Simulated Annealing * Updated README.md
-
AdityaDaflapurkar a écrit
* Remove BackgammonBoard class * Refactor code
-
Snigdha Rao a écrit
* fixed typos * fixed several typos * Corrected test_compare_agents() function TrivialVacuumEnvironment was missing a pair of parenthesis while creating the "environment" object of the TrivialVacuumEnvironment class ModelBasedVacuumAgent and ReflexVacuumAgent were also missing parenthesis while creating the "agents" object. * Reverted changes made to test_compare_agents() * fixed typo
-
- 19 mar., 2018 2 validations
-
-
Aman Deep Singh a écrit
-
Aman Deep Singh a écrit
-
- 17 mar., 2018 3 validations
-
-
Nouman Ahmed a écrit
-
Charu a écrit
* fix #844 Added Random Forest Learner * Update learning.ipynb * Update learning.ipynb * Add files via upload * Updated image source * Added Random Forest in contents section
-
Aman Deep Singh a écrit
-
- 15 mar., 2018 7 validations
-
-
AdityaDaflapurkar a écrit
* Fix expectiminimax and utility issues * Correct result function * Fix issue with dice roll in different states * Refactor code
-
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
* Updated README.md * Added function to plot NQueensProblem * Added queen image * Changed plotting function for NQueensCSP * Replaced f'{}' with .format() notation * Added Pillow to travis.yml
-
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.
-
Dimkoim a écrit
* Forward-Backward examples added to the ipynb. Fixes issue #813 * Forward-Backward examples added to the probability.ipynb. Fixes issue #813 * Convert Latex syntax to Markdown except from the equations with subscript characters
-
Kunwar Raj Singh a écrit
* Added WumpusKB for use in HybridWumpusAgent * Implemented HybridWumpusAgent added WumpusPosition helping class.
-
- 14 mar., 2018 5 validations
-
-
Aman Deep Singh a écrit
* Added pl-fc-entails section * Updated README.md * Updated filename * Added tests for pl-fc-entails * Review fixes
-
Aabir Abubaker Kar a écrit
* Rewrote parts of search.ipynb * Fixed typo and cleared cell output
-
Aman Deep Singh a écrit
* Added section on min-conflicts * Refactor one-liner for loop * Added tests for min_conflicts and NQueensCSP
-
Rahul Goswami a écrit
* test commit * agents.ipynb * agents.ipynb * Fixed all the instances of issue #833 * minor fix and cleared change in agents.ipynb
-
Nouman Ahmed a écrit
* Added air_cargo to planning.ipynb * Some style issues
-
- 13 mar., 2018 1 validation
-
-
Aabir Abubaker Kar a écrit
* Updating submodule * Moved viz code to notebook.py + changes * Changed use of 'next' * Added networkx to .travis.yml * Added others to .travis.yml * Remove time from .travis.yml * Added linebreaks and fixed case for no algo * Fixed spaces for args * Renamed *search as *search_for_vis
-