1. 24 mai, 2017 1 validation
  2. 17 avr., 2017 11 validations
  3. 14 avr., 2017 2 validations
  4. 13 avr., 2017 2 validations
  5. 12 avr., 2017 6 validations
  6. 07 avr., 2017 1 validation
  7. 06 avr., 2017 2 validations
  8. 25 mar., 2017 3 validations
  9. 22 mar., 2017 4 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
    • articuno12's avatar
      Added testcase for ReflexVacuumAgent and ModelBasedVacuumAgent (#394) · 4bac5717
      articuno12 a écrit
      * Added testcase for agents.py
      
      * spacing around commas was wrong
      4bac5717
  10. 18 mar., 2017 4 validations
  11. 07 mar., 2017 2 validations
    • lucasmoura's avatar
      Add test to csp.py (#326) · 7c5f2834
      lucasmoura a écrit
      Add tests to the following methods from CSP class
      
      * result
      * goal_test
      * support_prunning
      * suppose
      * prune
      * choices
      * infer_assignement
      * restore
      * conflicted_vars
      7c5f2834
    • lucasmoura's avatar
      Fix flake8 for test files (#303) · 43fced5c
      lucasmoura a écrit
      * Add flake8 config file
      
      * Fix flake8 for test files
      43fced5c
  12. 05 mar., 2017 2 validations
    • lucasmoura's avatar
      Add tests to CSP class (#299) · c9eab0f6
      lucasmoura a écrit
      * Add tests to CSP class
      
      Add test for the following methods on CSP class:
      
      * assign
      * unassigns
      * nconflits
      * actions
      
      * Refactor some asserts in test_csp.py
      
      Some asserts were being done in the following way:
      assert (X is not None) == True
      
      Now, they are handled in the following way:
      assert X
      c9eab0f6
    • lucasmoura's avatar
      Fix __call__ command for Graph class (#306) · ca893d7f
      lucasmoura a écrit
      ca893d7f