1. 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
  2. 09 avr., 2016 1 validation
    • Tarun Kumar Vangani's avatar
      Minor cleanup (#206) · df97b76d
      Tarun Kumar Vangani a écrit
      *  Used isclose from utils to maintain compatibilty for 3.4
      
      * Removed redundant distancesquared function
      
      * Removed duplicate definition of clip in grid.py and used import from instead.
      
      * Fixed spelling typo
      df97b76d
  3. 24 mar., 2016 2 validations
    • Larry He's avatar
      Revert cast, improved query function · 65636ca3
      Larry He a écrit
      Cast was not needed since the return value was already being cast. Query
      function changed to use heapq.nlargest() for simplicity
      65636ca3
    • Larry He's avatar
      Fixed Problems in Python 3 Port · a2502be8
      Larry He a écrit
      Problems fixed:
      Replaced cmp: 1 instance in line 323 of search.py
      Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215
      of search.py
      Convert .sort() to sorted(): 1 instance in line 150 of text.py
      Cast map to list: 1 instance in line 47 of grid.py
      a2502be8
  4. 10 mar., 2016 1 validation
  5. 08 mar., 2016 1 validation
  6. 06 mar., 2016 3 validations
  7. 05 mar., 2016 1 validation