1. 07 juin, 2017 1 validation
  2. 06 juin, 2017 1 validation
  3. 31 mai, 2017 3 validations
  4. 28 mai, 2017 3 validations
  5. 24 mai, 2017 3 validations
  6. 17 avr., 2017 11 validations
  7. 14 avr., 2017 2 validations
  8. 13 avr., 2017 2 validations
  9. 12 avr., 2017 6 validations
  10. 07 avr., 2017 1 validation
  11. 06 avr., 2017 2 validations
  12. 25 mar., 2017 3 validations
  13. 22 mar., 2017 2 validations
    • Angira Sharma's avatar
      added double_tennis_problem to planning.py; and minor pep8 edits (#373) · 581fa6be
      Angira Sharma a écrit
      * Update test_agents.py
      
      pep8 changes, showed flake8 errors
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_text.py
      
      added missing whitespace after comma
      
      * Update utils.py
      
      added space after comma
      
      * Update search.py
      
      added space after comma
      
      * Update probability.py
      
      added space after comma
      
      * Update learning.py
      
      added space after comma
      
      * Update planning.py
      
      added double_tennis_problem
      
      * Update rl.py
      
      In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state).
      
      * Update search.py
      
      the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book.
      
      * Update search.py
      
      * Update search.py
      
      * Update search.py
      581fa6be
    • Antonis Maronikolakis's avatar
      Update test_learning.py (#376) · efa56281
      Antonis Maronikolakis a écrit
      Add DecisionTreeLearner, NeuralNetLearner and PerceptronLearner tests
      efa56281