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