- 11 mai, 2018 2 validations
-
-
AdityaDaflapurkar a écrit
* Add stochastic game class * Update backgammon class * Update Expectiminimax * Fix lint issues * Correct compute_utility function
-
tbcdebug a écrit
should be '# Body of alphabeta_search:'
-
- 09 avr., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
* Resolve recursion issue in Backgammon class * Handle empty action list in player functions * Add play_game method for backgammon * Refactor functions * Update argmax function call
-
- 20 mar., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
* Remove BackgammonBoard class * Refactor code
-
- 15 mar., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
* Fix expectiminimax and utility issues * Correct result function * Fix issue with dice roll in different states * Refactor code
-
- 03 mar., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
-
- 02 mar., 2018 1 validation
-
-
AdityaDaflapurkar a écrit
* Create model classes for backgammon * Add game functions to model * Implement expectiminimax function * Correct logic in some functions * Correct expectiminimax logic * Refactor code and add docstrings * Remove print statements
-
- 03 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* Update games.ipynb * Update games.py
-
- 16 juin, 2017 1 validation
-
-
C.G.Vedant a écrit
* Moved Canvas_TicTacToe * Remove jupyter from travis.yml * Remove requirements for travis * Install ipython for travis * Improved Canvas_TicTacToe * Added canvas minimax * Increased Canvas_minimax tree depth to 3 * Added canvas example for alpha-beta pruning
-
- 11 juin, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update games.py * Create test_games.py * Create games.ipynb
-
- 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
-
-
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
-
- 18 mar., 2017 1 validation
-
-
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'
-
- 04 mar., 2017 1 validation
-
-
Sampad Kumar Saha a écrit
* Modern string formatting in csp.py. * Modern string formatting in games.py. * Modern string formatting in learning.py. * Modern string formatting in nlp.py. * Modern string formatting in probability.py. * Modern string formatting in search.py. * Replaced {0\!r} by {} if %s. * Corrected a typo.
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 07 juin, 2016 1 validation
-
-
SnShine a écrit
-
- 17 avr., 2016 1 validation
-
-
Darius Bacon a écrit
-
- 16 avr., 2016 1 validation
-
-
Darius Bacon a écrit
Style: delete excess parentheses. In some of these cases you need to read ahead to see that the paren is not introducing a tuple, for example.
-
- 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
-
- 10 avr., 2016 1 validation
-
-
C.G.Vedant a écrit
* Error message of python errors * Added Canvas_TicTacToe class * Added TicTacToe to notebook * Added games.ipynb * moved js file to js folder
-
- 09 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
- 08 avr., 2016 1 validation
-
-
C.G.Vedant a écrit
* added kernel test notebook * modified kernel.ipynb * Added canvas support * Added mouseclick to canvas * add TicTacToe to canvas * removed import statement in games.py * corrected HTML tags * Added comments and doctring * Added methods for drawing with normalized units * Added text support * Fixed int type during normalization
-
- 05 avr., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 19 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 15 mar., 2016 1 validation
-
-
Chirag Vartak a écrit
-
- 13 mar., 2016 4 validations
-
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
Chirag Vartak a écrit
-
- 12 mar., 2016 2 validations
-
-
Chirag Vartak a écrit
-
Stuart Russell a écrit
Remove count_if, find_if, every, some, Struct; replace them with modern Python equivalents.
-
- 11 mar., 2016 3 validations
-
-
Chipe1 a écrit
-
Chipe1 a écrit
-
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 3 validations