1. 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
  2. 23 fév., 2018 1 validation
  3. 09 sept., 2017 1 validation
  4. 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
  5. 16 août, 2017 1 validation
  6. 15 août, 2017 1 validation
  7. 12 août, 2017 1 validation
  8. 03 juil., 2017 1 validation
  9. 28 juin, 2017 1 validation
  10. 22 juin, 2017 1 validation
  11. 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
  12. 24 mai, 2017 1 validation
  13. 12 avr., 2017 1 validation
  14. 25 mar., 2017 1 validation
  15. 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
  16. 20 juin, 2016 1 validation
  17. 13 avr., 2016 1 validation
  18. 10 avr., 2016 2 validations
  19. 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