- 06 mar., 2016 8 validations
-
-
Tarun Kumar a écrit
-
norvig a écrit
-
norvig a écrit
Fix for #61
-
norvig a écrit
Update utils.py
-
norvig a écrit
Created grid.py from utils.py for separated 2D Grid environment.
-
norvig a écrit
Fixed pruning for first max node in aphabeta_search
-
norvig a écrit
Replaced Calls to if_ with Pythonic Syntax
-
norvig a écrit
Fixes Issue #29.
-
- 05 mar., 2016 23 validations
-
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
Chipe1 a écrit
-
Utkarsh Agrawal a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
norvig a écrit
These functions, which I had to implement in Python 2.2, are now available in standard Python.
-
norvig a écrit
modifications in README.md on format of tables
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
use “raise NotImplementedError” for abstract methods
-
SnShine a écrit
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
-
norvig a écrit
This is from tmrts, pull request https://github.com/tmrts/aima-python/commit/4cc647ae3e1d4ab9a1fc4fc9be652f52b4e72851 , but I'm bad at git, so it was easier for me to merge by creating this file here.
-
norvig a écrit
This is really the pull request from tmrts, but as a novice git user, I couldn't figure out how to do the merge after there were some other changes, so I did it manually. Sorry that you don't get official credit, tmrts, but thanks!
-
- 04 mar., 2016 9 validations
-
-
norvig a écrit
Pull request for bug #37.
-
norvig a écrit
Fix for bug no. #38.
-
norvig a écrit
Add .gitignore
-
norvig a écrit
Minor Changes in ReadMe
-
norvig a écrit
Fix import error in utils.py and compile error in mdp.py
-
utk1610 a écrit
To make product to work in python 3+ , loop over the list Or in case if you want to make the code precise import following statment and change the return statment import operator import functools return functools.reduce(operator.mul, numbers, 1)
-
Varshit a écrit
-
Varshit a écrit
-
norvig a écrit
-