1. 29 mar., 2019 1 validation
    • Rajat Jain's avatar
      Rework agents.ipynb (#1031) · 6f158618
      Rajat Jain a écrit
      * Reworked Introduction and 1-D environment in agents.py
      
      Added:
       - Table of Contents and overview
       - A miniscule explanation of all required code from agents.py
      Modified:
       - Some grammar and sentences
       - Structure of the notebook in 1-D environments to make it more coherent
      Removed:
       - Outputs from notebook (Makes VCS tough and bugs tough to detect)
      
      * Reworked agents in a 2D environment
      
      Modified:
       - Removed global variable turn from 2D park model: Agent programs are not supposed to see anything except percepts
       - Bump percept is now generated when Dog is about to bump into a wall
       - Replaced all XYEnvironment with GraphicEnvironment - Gives better readability to both code and output (Previous way of just showing GraphicEnvironment in the end was redundant imo)
       - Restructured the 2D park and EnergeticBlindDog environment scenario to be more readable
      Removed:
       - Redundant Park2D without graphics (subclass of XYEnvironment)
      
      * Fixed issue #1030
      
      Added:
       - ipython and ipythonblocks packages to requirements.txt
      
      * Has some typographic improvements in agents.ipynb
      
      * Added output to agents.ipynb
      6f158618
  2. 02 août, 2018 1 validation
    • Aman Deep Singh's avatar
      Notebook updates (#942) · 0c222e1b
      Aman Deep Singh a écrit
      * Added notebook section for DTAgentProgram
      
      * Updated README.md
      
      * Minor
      
      * Added TODO to fix pomdp tests
      
      * Added notebook section on AC3
      
      * Added doctests to agents.py
      
      * Fixed pomdp tests
      
      * Fixed a doctest
      
      * Fixed pomdp test
      
      * Added doctests for rl.py
      
      * Fixed NameError in rl.py doctests
      
      * Fixed NameError in rl.py doctests
      
      * Minor fixes
      
      * Minor fixes
      
      * Fixed ImportErrors
      
      * Fixed all doctests
      0c222e1b
  3. 14 mar., 2018 1 validation
  4. 23 fév., 2018 1 validation
  5. 20 déc., 2017 1 validation
  6. 22 juin, 2017 1 validation
  7. 08 juin, 2017 1 validation
    • Antonis Maronikolakis's avatar
      Moving Grid to Utils (#540) · 342d6a3a
      Antonis Maronikolakis a écrit
      * Delete test_grid.py
      
      * Delete grid.ipynb
      
      * Delete grid.py
      
      * Move grid functions to utils
      
      * Move grid tests to utils
      
      * Update agents.py
      
      * Update mdp.py
      
      * Update search.py
      342d6a3a
  8. 24 mai, 2017 1 validation
  9. 17 avr., 2017 1 validation
  10. 25 mar., 2017 1 validation
  11. 22 mar., 2017 1 validation
  12. 18 mar., 2017 4 validations
    • Kaivalya Rawal's avatar
      Completed BlindDog agent examples (#350) · 70f0abd4
      Kaivalya Rawal a écrit
      * Improved BlindDog example
      
      * Added 2D GUI IPython capability
      
      * Demonstrated 2D Environment with GUI
      
      * allowing import without ipythonblocks installed
      70f0abd4
    • Kaivalya Rawal's avatar
      Corrected Direction arithmetic in agents.py (#348) · cf30580e
      Kaivalya Rawal a écrit
      * added tests for Direction
      
      * fixed Direction arithmetic error
      cf30580e
    • VladKha's avatar
      Update comments and cleanup (#354) · d941781c
      VladKha a écrit
      * Update some comments
      
      * Cleanup and remove some duplicate initialization
      
      * Fix some comments quotation and little bugs: raising Exception instead of raising Failure, random.randrange(a,b) instead of random(a, b)
      
      * Fix some comments quotation and remove explicit inheritance from object
      
      * Fix 'r' in front of the ```parse_csv``` comments
      
      * Fix quotation in comments
      
      * Fix quotation in comments and fix bug in 'KB_AgentProgram'
      d941781c
    • Antonis Maronikolakis's avatar
      Renamed grid.py Function (#356) · f51888a1
      Antonis Maronikolakis a écrit
      * Update agents.py
      
      * Update test_grid.py
      
      * Update grid.py
      f51888a1
  13. 07 mar., 2017 2 validations
  14. 03 mar., 2017 3 validations
  15. 23 jan., 2017 1 validation
  16. 20 juin, 2016 1 validation
  17. 18 avr., 2016 1 validation
  18. 17 avr., 2016 1 validation
  19. 13 avr., 2016 2 validations
  20. 09 avr., 2016 1 validation
  21. 05 avr., 2016 1 validation
  22. 02 avr., 2016 1 validation
  23. 30 mar., 2016 1 validation
  24. 27 mar., 2016 1 validation
  25. 24 mar., 2016 1 validation
    • tolusalako's avatar
      Fully implemented WumpusEnvironment following details from the book. (WumpusEnvironment) · 3df865ac
      tolusalako a écrit
      Fixed bug where dead agents still get to act (Environment)
      Improved Direction class to ease 2D Movements (Direction)
      Implemented an easier way to iterate with and without walls (XYEnvironment)
      Added is_inbounds() method to check if location is within the width and height. Works within walls also. (XYEnvironment)
      Multiple Minor Fixes(agents.py)
      3df865ac
  26. 23 mar., 2016 1 validation
  27. 22 mar., 2016 1 validation
  28. 16 mar., 2016 1 validation
  29. 11 mar., 2016 1 validation
  30. 10 mar., 2016 1 validation
  31. 09 mar., 2016 1 validation
  32. 06 mar., 2016 2 validations