Skip to content

Conversation

@prasadwajekar
Copy link

would like to contribute on solving this issue

darius and others added 30 commits April 16, 2016 12:07
…read ahead to see that the paren is not introducing a tuple, for example.
* Intro and representation of MDPs in code

* Added Image for MDP
* Added Action class for PDDL

* Added tests for Action class

* Changed doc string

* Added PDLL class

* Added Air-Cargo-problem

* Tested Air Cargo Problem
* some fixes for typos and spacing and some edits for clarity

* some fixes for typos and spacing and some edits for clarity

* format and edit intro
ltfschoen and others added 26 commits April 17, 2017 14:15
* Removed redundant condition

* moved gola_test inside function

* refactor goal_test()
* Added test_rl.py

* Update test_rl.py

Accidentally left "agent.U == 0" in. It was there for some testing of mine.
* Add test for determineInlinks()

* Add test for HITS()

* fixed premature updation

* Refactor code to match pseudocode
* replace assert with if test in add_thing

* removed inline assert

* added unit test to check edit

* improve user interface
)

* 'test_logic.py typo fixed(#425)

* typo 'logic_test.py' fixed(#425)
* Added test for FIFOQueue

* Updated FIFOQueue

* Updated FIFOQueue

* FIFOQueue using deque

* fixed flake8 warnings
* Add Gaussian Function

* Added Tests

Add tests for Continuous Naive Bayes + Means/Standard Deviation

* Update learning.py

* Commenting Fix

* Add test for gaussian

* test for every class

* Update test_learning.py

* Round float results to make sure test passes
* Update learning.ipynb

* Delete perceptron.png

* Add new Perceptron image

* Update Perceptron Implementation
* Modified relevant_pages()

* Additional tests for relevant_pages()
* Fix flake8 warnings

* Remove unnecessary #noqa

* Fix doctest
* start planning notebook

* reorder cell execution order

* incorporating suggestions
* Update test_mdp.py

* Update mdp.py
* Update rl.py

* Update mdp.py

* Minor changed to rl notebook
* Update learning.ipynb

* Update test_learning.py

* Resolve conflicts
* Update csp.py

* Add test
* Create function to initialize random weights

* Add sigmoid derivative function
* removed flake8 errors

* fixed remaining flake8 errors

* fixed loop

* added space
is supposed to return an answer when errT converges, not errV
used to return size of when err_val converges but is supposed to return the size with minimum err_val
@norvig norvig merged commit bbcf6f6 into aima3python2 May 29, 2017
This was referenced Jul 19, 2017
norvig pushed a commit that referenced this pull request Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.