- 14 sept., 2020 1 validation
-
-
Peter Norvig a écrit
-
- 20 fév., 2020 1 validation
-
-
Antonis Maronikolakis a écrit
-
- 04 jan., 2020 1 validation
-
-
Angelino a écrit
-
- 04 oct., 2019 2 validations
-
-
lemarakis a écrit
-
Peter Norvig a écrit
-
- 08 juil., 2019 1 validation
-
-
Antonis Maronikolakis a écrit
-
- 10 mar., 2019 2 validations
-
-
Anthony Marakis a écrit
-
Sagar a écrit
* update in Readme.md * updated as per the suggestions in the review.
-
- 01 fév., 2019 1 validation
-
-
Ingvaras a écrit
-
- 01 oct., 2018 1 validation
-
-
Anthony Marakis a écrit
A thank you to contributors from the GSoC 2018 program!
-
- 03 sept., 2018 1 validation
-
-
Anthony Marakis a écrit
-
- 30 août, 2018 1 validation
-
-
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
-
- 09 août, 2018 1 validation
-
-
Pierre de Lacaze a écrit
-
- 02 août, 2018 2 validations
-
-
Aman Deep Singh a écrit
* Added tests for online dfs agent * Minor formatting fixes * Completed notebook sections * Updated README.md * Fixed a test * Added new algorithms to display_visual notebook function * Added RBFS visualization
-
Aman Deep Singh a écrit
* Added notebook section for DTAgentProgram * Updated README.md * Minor * Added TODO to fix pomdp tests * Added notebook section on AC3 * Added doctests to agents.py * Fixed pomdp tests * Fixed a doctest * Fixed pomdp test * Added doctests for rl.py * Fixed NameError in rl.py doctests * Fixed NameError in rl.py doctests * Minor fixes * Minor fixes * Fixed ImportErrors * Fixed all doctests
-
- 27 juil., 2018 1 validation
-
-
Pierre de Lacaze a écrit
-
- 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
-
- 11 mai, 2018 1 validation
-
-
Aman Deep Singh a écrit
-
- 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
-
- 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
-
- 24 mar., 2018 1 validation
-
-
Rahul Goswami a écrit
-
- 21 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
* added min_consistent_det to knowledge.ipynb * some minor changes
-
- 20 mar., 2018 2 validations
-
-
Nouman Ahmed a écrit
* Added SATPlan to logic.ipynb * Updated README.md
-
Aman Deep Singh a écrit
* A few helper functions * Added Simulated Annealing * Updated README.md
-
- 19 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
-
- 17 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
-
- 15 mar., 2018 1 validation
-
-
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
-
- 14 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
* Added air_cargo to planning.ipynb * Some style issues
-
- 13 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
* Added test for simpleReflexAgent * Fixed a bug * Fixed another bug
-
- 10 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added dpll section * Updated README.md * Added WalkSAT section * Updated README.md
-
- 05 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
-
- 04 mar., 2018 3 validations
-
-
Nouman Ahmed a écrit
-
Aman Deep Singh a écrit
* added tt-entails explanation * Updated README.md
-
Aabir Abubaker Kar a écrit
* Ignoring .DS_Store for macOS * Added Direct Utility Estimation code and fixed notebook * Added implementation to README.md
-
- 03 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
-
- 02 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added section on Hill Climbing * Added images * Updated README.md
-
- 27 fév., 2018 1 validation
-
-
Anthony Marakis a écrit
-