1. 06 juin, 2017 1 validation
  2. 31 mai, 2017 3 validations
  3. 28 mai, 2017 3 validations
  4. 24 mai, 2017 3 validations
  5. 17 avr., 2017 11 validations
  6. 14 avr., 2017 2 validations
  7. 13 avr., 2017 2 validations
  8. 12 avr., 2017 6 validations
  9. 07 avr., 2017 1 validation
  10. 06 avr., 2017 2 validations
  11. 25 mar., 2017 3 validations
  12. 22 mar., 2017 3 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
    • Kaivalya Rawal's avatar
      Fixed bugs in games.py (#380) · 2b07ba93
      Kaivalya Rawal a écrit
      * move play_game into games class
      
      * display current state before prompting for action
      
      * fixed player swap bug
      
      * display available moves to human players
      
      * make tests pass
      2b07ba93