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