{{ message }}
added examples to notebooks LOGIC & PLANNING#427
Closed
sofmonk wants to merge 7 commits into
Closed
Conversation
added examples to planning.ipynb:
PDLL
Actions
Air_cargo_problem
spare_tire_problem
blocks_world
added examples to logic.ipynb:
PropKB
tt_entail
tt_check_all
dpll_satisfiable
WalkSAT
SATplan
unify
Collaborator
added factored state representation, assumptions, dock worker robot domain.
Collaborator
|
I like these additions. Very nice work. Did you make the images yourself? |
Contributor
Author
|
@MrDupin Thank you, your feedback helped out. |
Collaborator
|
That depends, but maybe not. If you share where you found them I can look into this more. |
Contributor
|
@sofmonk That depends. In most cases you are not allowed to reuse the images without permission. It would be better if we used images in the textbook or make them on our own. |
Closed
Chipe1
reviewed
Apr 2, 2017
| "| Implication | P → Q | `P` <tt>|</tt>`'==>'`<tt>|</tt> `Q` | `P ==> Q` | `Expr('==>', P, Q)`\n", | ||
| "| Reverse Implication | Q ← P | `Q` <tt>|</tt>`'<=='`<tt>|</tt> `P` |`Q <== P` | `Expr('<==', Q, P)`\n", | ||
| "| Equivalence | P ↔ Q | `P` <tt>|</tt>`'<=>'`<tt>|</tt> `Q` |`P <=> Q` | `Expr('<=>', P, Q)`\n", | ||
| "| Equivalence | P ↔ Q | `P` <tt>|</tt>`'<=>'`<tt>|</tt> `Q` |`P ==> Q` | `Expr('==>', P, Q)`\n", |
Contributor
Merged
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Sir, I found some examples/diagrams from the other websites good, but I didn't include them as I was skeptical if we can add content from other websites. Please let me know so that I can add them?