- 14 mar., 2018 1 validation
-
-
Rahul Goswami a écrit
* test commit * agents.ipynb * agents.ipynb * Fixed all the instances of issue #833 * minor fix and cleared change in agents.ipynb
-
- 23 fév., 2018 1 validation
-
-
Apurv Bajaj a écrit
* Add test for TableDrivenVacuumAgent * Debug Travis * Minor fix * Fixed table for TableDrivenAgent * Update README
-
- 20 déc., 2017 1 validation
-
-
surya saini a écrit
-
- 22 juin, 2017 1 validation
-
-
Anthony Marakis a écrit
* Update agents.py * Update test_agents.py
-
- 08 juin, 2017 1 validation
-
-
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
-
- 24 mai, 2017 1 validation
-
-
C.G.Vedant a écrit
* Fix flake8 warnings * Remove unnecessary #noqa * Fix doctest
-
- 17 avr., 2017 1 validation
-
-
Kaivalya Rawal a écrit
* replace assert with if test in add_thing * removed inline assert * added unit test to check edit * improve user interface
-
- 25 mar., 2017 1 validation
-
-
lucasmoura a écrit
* Exclude test files from flake8 check * Fix flake8 for main files * Add flake8 check to build
-
- 22 mar., 2017 1 validation
-
-
articuno12 a écrit
-
- 18 mar., 2017 4 validations
-
-
Kaivalya Rawal a écrit
* Improved BlindDog example * Added 2D GUI IPython capability * Demonstrated 2D Environment with GUI * allowing import without ipythonblocks installed
-
Kaivalya Rawal a écrit
* added tests for Direction * fixed Direction arithmetic error
-
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'
-
Antonis Maronikolakis a écrit
* Update agents.py * Update test_grid.py * Update grid.py
-
- 07 mar., 2017 2 validations
-
-
articuno12 a écrit
-
Kaivalya Rawal a écrit
* fix bold look on github's ipython view * standardise docstrings
-
- 03 mar., 2017 3 validations
-
-
Vladimir a écrit
-
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
-
Agnishom Chattopadhyay a écrit
-
- 23 jan., 2017 1 validation
-
-
Senthil Kumaran a écrit
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 18 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 17 avr., 2016 1 validation
-
-
Darius Bacon a écrit
-
- 13 avr., 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
* Replaced mean with standard lib function introduced in 3.4 * #TODO Replaced every with all * Proper names for variables introduced in 2to3 conversion.
-
Surya Teja Cheedella a écrit
* modifies Fig. to Figure all over the repository * fixed a small type in logic.py
-
- 09 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
- 05 avr., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 02 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Model for ContinuousWorld * Added PolygonObstacle Class * Added HTML for Continuos World * Added JS for Continuous World * Implemented ContinuousWorldView Class
-
- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 27 mar., 2016 1 validation
-
-
tolusalako a écrit
Implemented arrow shooting in Wumpus World. Wumpus Environment is now complete.
-
- 24 mar., 2016 1 validation
-
-
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)
-
- 23 mar., 2016 1 validation
-
-
tolusalako a écrit
WumpusEnvironment
-
- 22 mar., 2016 1 validation
-
-
tolusalako a écrit
-
- 16 mar., 2016 1 validation
-
-
Chipe1 a écrit
-
- 11 mar., 2016 1 validation
-
-
Lucas Moura a écrit
-
- 10 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 09 mar., 2016 1 validation
-
-
MircoT a écrit
- Fix relative imports in base of is a package or not - Fix not working notebooks - Add notebooks to packages sources
-
- 06 mar., 2016 4 validations
-
-
MircoT a écrit
-
MircoT a écrit
-
MircoT a écrit
Used tool 2to3 to finish the porting to Python 3 plus some fixes by hand.
-
Nishant Suman a écrit
-