1. 02 août, 2018 1 validation
    • Aman Deep Singh's avatar
      Search notebook update (#933) · 48bd2f72
      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
      48bd2f72
  2. 11 juil., 2018 1 validation
    • 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
  3. 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
  4. 20 mar., 2018 1 validation
  5. 15 mar., 2018 1 validation
  6. 14 mar., 2018 1 validation
  7. 13 mar., 2018 1 validation
    • Aabir Abubaker Kar's avatar
      Move viz code + changes to search (#812) · dc16a97c
      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
      dc16a97c
  8. 23 fév., 2018 1 validation
  9. 09 sept., 2017 1 validation
  10. 24 août, 2017 1 validation
    • Anthony Marakis's avatar
      Update Notebooks (#629) · fc1b8652
      Anthony Marakis a écrit
      * Update notebook.py
      
      - remove duplicate psource
      - add section headers
      - add mdp visualization code
      
      * Update nlp_apps.ipynb
      
      * Update csp.ipynb
      
      * Update mdp.ipynb
      
      * Update games.ipynb
      fc1b8652
  11. 16 août, 2017 1 validation
  12. 15 août, 2017 1 validation
  13. 12 août, 2017 1 validation
  14. 03 juil., 2017 1 validation
  15. 28 juin, 2017 1 validation
  16. 22 juin, 2017 1 validation
  17. 16 juin, 2017 1 validation
    • C.G.Vedant's avatar
      Interactive canvas examples for games.ipynb (#550) · 8b77d306
      C.G.Vedant a écrit
      * Moved Canvas_TicTacToe
      
      * Remove jupyter from travis.yml
      
      * Remove requirements for travis
      
      * Install ipython for travis
      
      * Improved Canvas_TicTacToe
      
      * Added canvas minimax
      
      * Increased Canvas_minimax tree depth to 3
      
      * Added canvas example for alpha-beta pruning
      8b77d306
  18. 24 mai, 2017 1 validation
  19. 12 avr., 2017 1 validation
  20. 25 mar., 2017 1 validation
  21. 03 mar., 2017 1 validation
    • Antonis Maronikolakis's avatar
      Commenting Fixes (#294) · a6e31924
      Antonis Maronikolakis a écrit
      * Update search.py
      
      Commenting issues fixed (spacing and punctuation was off sometimes).
      
      * Update agents.py
      
      * Update canvas.py
      
      Grammar
      
      * Update grid.py
      
      * Update learning.py
      
      Added period
      
      * Update logic.py
      
      Fix quoting
      
      * Update mdp.py
      
      Fixed quoting
      
      * Update nlp.py
      
      Capitalization and punctuation fixes
      
      * Update planning.py
      
      * Update probability.py
      
      * Update rl.py
      
      'th' to 'the'
      
      * Update search.py
      
      * Update text.py
      
      * Update utils.py
      
      * Update utils.py
      
      * Update utils.py
      
      * Update learning.py
      
      Typo
      
      * Update utils.py
      a6e31924
  22. 20 juin, 2016 1 validation
  23. 13 avr., 2016 1 validation
  24. 10 avr., 2016 2 validations
  25. 08 avr., 2016 1 validation
    • C.G.Vedant's avatar
      Added TicTacToe to canvas (#174) · 68a66007
      C.G.Vedant a écrit
      * added kernel test notebook
      
      * modified kernel.ipynb
      
      * Added canvas support
      
      * Added mouseclick to canvas
      
      * add TicTacToe to canvas
      
      * removed import statement in games.py
      
      * corrected HTML tags
      
      * Added comments and doctring
      
      * Added methods for drawing with normalized units
      
      * Added text support
      
      * Fixed int type during normalization
      68a66007