├── .gitignore ├── .jekyll-metadata ├── .sass-cache ├── 0bc8662206c600d4a48109ffea2901f2158a1fcd │ ├── fonts.scssc │ ├── jekyll-theme-minimal.scssc │ └── rouge-github.scssc ├── 111b72a4fb1d6fde30ba48583e0aa7196dec121f │ ├── fonts.scssc │ ├── jekyll-theme-minimal.scssc │ └── rouge-github.scssc ├── 43c702f3d8fa96e3b523990c23a149dd68d9feee │ ├── _highlights.scssc │ ├── _reset.scssc │ ├── _svg-icons.scssc │ └── _variables.scssc ├── 648e5d0f313199085d09a3be31da4a3ce1f4b4eb │ ├── _highlights.scssc │ ├── _reset.scssc │ ├── _svg-icons.scssc │ └── _variables.scssc └── 75d47ea92103cdabbfa8f9a6f400d1e4486321c0 │ ├── _highlights.scssc │ ├── _reset.scssc │ ├── _svg-icons.scssc │ └── _variables.scssc ├── 404.html ├── CONTRIBUTING.md ├── Delta.zip ├── Gemfile ├── Gemfile.lock ├── LICENSE.md ├── README.md ├── _config.yml ├── _includes ├── breadcrumb.html ├── head.html ├── mathjax_support ├── meta.html ├── sidebar.html ├── sidebar2.html └── staticman-comments.html ├── _layouts ├── answersubmitted.html ├── chapter.html ├── default.html ├── exercise.html ├── homepage.html ├── page.html ├── post.html └── questionbank.html ├── _site ├── 404.html ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── advanced-planning-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── advanced-search-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── agents-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── answersubmitted │ └── index.html ├── bayes-nets-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── bayesian-learning-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── bookmarks │ └── index.html ├── complex-decisions-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── concept-learning-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_32 │ │ └── index.html │ ├── ex_33 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── crossref.json ├── csp-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── dbn-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── decision-theory-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── figures │ ├── geometric-scene-figure.png │ ├── 3candy.svg │ ├── 4bit-adder.svg │ ├── DTL-algorithm.png │ ├── FigArm1.png │ ├── aima.jpg │ ├── aima_logo.png │ ├── airport-au-id-exercise.png │ ├── airport-id-figure.png │ ├── airport-pddl-algorithm.png │ ├── alpha-beta-proof.svg │ ├── and-or-graph-search-algorithm.png │ ├── australia-figure.png │ ├── backward-chaining-algorithm.png │ ├── battery-persistence-figure.png │ ├── bayes-candy-figure.png │ ├── bottle-stereo.svg │ ├── brio.svg │ ├── burglary-figure.png │ ├── car-starts.svg │ ├── computer-brain-table.png │ ├── cryptarithmetic-figure.png │ ├── de-finetti-table.png │ ├── dentist-joint-table.png │ ├── elimination-ask-algorithm.png │ ├── enumeration-algorithm.png │ ├── exerciseConf2.svg │ ├── exerciseConf4.svg │ ├── exerciseConf5.svg │ ├── exerciseRobot1.svg │ ├── exerciseRobot3.svg │ ├── exerciseRobot6.svg │ ├── family1.svg │ ├── family2-figure.png │ ├── figRobot1.svg │ ├── figRobot2.svg │ ├── forward-backward-algorithm.png │ ├── geometric-scene.svg │ ├── grid-mdp-figure.svg │ ├── handedness1.svg │ ├── handedness2.svg │ ├── handedness3.svg │ ├── hybrid-wumpus-agent-algorithm.png │ ├── illuminationfigure.png │ ├── jobshop-cpm-figure.png │ ├── line-game4-figure.png │ ├── line-game4.svg │ ├── logical-equivalence-table.png │ ├── maze-3x3-figure.png │ ├── mixture-networks-figure.png │ ├── mt-alignment-figure.png │ ├── ontology-figure.png │ ├── pl-horn-example-figure.png │ ├── politics.svg │ ├── pruning.svg │ ├── pruning2.svg │ ├── pursuit-evasion-game.svg │ ├── rain-clustering-figure.png │ ├── restaurant-back-prop-figure.png │ ├── robotics-pic7.svg │ ├── satplan-agent-algorithm.png │ ├── sequential-decision-policies-figure.png │ ├── sequential-decision-world-figure.png │ ├── shakey2.svg │ ├── sr-hmm-figure.png │ ├── subsumption-lattice-figure.png │ ├── sussman-anamoly-figure.png │ ├── switching-kf.svg │ ├── telescope-nets.svg │ ├── tree-csp-figure.png │ ├── vacuum-agent-function-table.png │ ├── vacuum-maze-ch4-figure.png │ ├── vacuum-maze-hmm2-figure.png │ ├── vacuum-world-figure.png │ ├── vacuum2-sets-figure.png │ ├── wumpus-entailment-figure.png │ └── wumpus-seq35-figure.png ├── fol-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_32 │ │ └── index.html │ ├── ex_33 │ │ └── index.html │ ├── ex_34 │ │ └── index.html │ ├── ex_35 │ │ └── index.html │ ├── ex_36 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── game-playing-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── ilp-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ └── index.html ├── index.html ├── intro-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── js │ ├── answer.js │ ├── bookmark.js │ ├── commsol.js │ ├── crossref.js │ ├── forms.js │ ├── lib │ │ ├── jquery.js │ │ └── lunr.js │ ├── main.js │ └── search.js ├── knowledge-logic-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_32 │ │ └── index.html │ ├── ex_33 │ │ └── index.html │ ├── ex_34 │ │ └── index.html │ ├── ex_35 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── kr-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── latex │ ├── advanced-planning-exercises.tex │ ├── advanced-search-exercises.tex │ ├── agents-exercises.tex │ ├── aima3e.sty │ ├── bayes-nets-exercises.tex │ ├── bayesian-learning-exercises.tex │ ├── complex-decisions-exercises.tex │ ├── concept-learning-exercises.tex │ ├── csp-exercises.tex │ ├── dbn-exercises.tex │ ├── decision-theory-exercises.tex │ ├── figures │ │ ├── 3candy.eps │ │ ├── 4bit-adder.eps │ │ ├── alpha-beta-proof.eps │ │ ├── bottle-stereo.eps │ │ ├── brio.eps │ │ ├── car-starts.eps │ │ ├── exerciseConf2.eps │ │ ├── exerciseConf4.eps │ │ ├── exerciseConf5.eps │ │ ├── exerciseRobot1.eps │ │ ├── exerciseRobot3.eps │ │ ├── exerciseRobot6.eps │ │ ├── family1.eps │ │ ├── figRobot1.eps │ │ ├── figRobot2.eps │ │ ├── geometric-scene.eps │ │ ├── grid-mdp-figure.eps │ │ ├── handedness1.eps │ │ ├── handedness2.eps │ │ ├── handedness3.eps │ │ ├── line-game4.eps │ │ ├── politics.eps │ │ ├── pruning.eps │ │ ├── pruning2.eps │ │ ├── pursuit-evasion-game.eps │ │ ├── robotics-pic7.eps │ │ ├── shakey2.eps │ │ ├── switching-kf.eps │ │ └── telescope-nets.eps │ ├── fol-exercises.tex │ ├── future-exercises.tex │ ├── game-playing-exercises.tex │ ├── ilp-exercises.tex │ ├── intro-exercises.tex │ ├── knowledge+logic-exercises.tex │ ├── kr-exercises.tex │ ├── logical-inference-exercises.tex │ ├── nlp-communicating-exercises.tex │ ├── nlp-english-exercises.tex │ ├── perception-exercises.tex │ ├── philosophy-exercises.tex │ ├── planning-exercises.tex │ ├── probability-exercises.tex │ ├── reinforcement-learning-exercises.tex │ ├── robotics-exercises.tex │ └── search-exercises.tex ├── logical-inference-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── markdown │ ├── 1-Introduction │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 10-Classical-Planning │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 11-Planning-And-Acting-In-The-Real-World │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 12-Knowledge-Representation │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 13-Quantifying-Uncertainity │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 14-Probabilistic-Reasoning │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 15-Probabilistic-Reasoning-Over-Time │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 16-Making-Simple-Decisions │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 17-Making-Complex-Decision │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 18-Learning-From-Examples │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_32 │ │ │ └── question.md │ │ │ ├── ex_33 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 19-Knowledge-In-Learning │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ └── ex_8 │ │ │ └── question.md │ ├── 2-Intelligent-Agent │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 20-Learning-Probabilistic-Models │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 21-Reinforcement-Learning │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 22-Natural-Language-Processing │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 23-Natural-Language-For-Communication │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 24-Perception │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ └── ex_8 │ │ │ └── question.md │ ├── 25-Robotics │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 26-Philosophical-Foundations │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 3-Solving-Problems-By-Searching │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_32 │ │ │ └── question.md │ │ │ ├── ex_33 │ │ │ └── question.md │ │ │ ├── ex_34 │ │ │ └── question.md │ │ │ ├── ex_35 │ │ │ └── question.md │ │ │ ├── ex_36 │ │ │ └── question.md │ │ │ ├── ex_37 │ │ │ └── question.md │ │ │ ├── ex_38 │ │ │ └── question.md │ │ │ ├── ex_39 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_40 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 4-Beyond-Classical-Search │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 5-Adversarial-Search │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 6-Constraint-Satisfaction-Problems │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 7-Logical-Agents │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_32 │ │ │ └── question.md │ │ │ ├── ex_33 │ │ │ └── question.md │ │ │ ├── ex_34 │ │ │ └── question.md │ │ │ ├── ex_35 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 8-First-Order-Logic │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_32 │ │ │ └── question.md │ │ │ ├── ex_33 │ │ │ └── question.md │ │ │ ├── ex_34 │ │ │ └── question.md │ │ │ ├── ex_35 │ │ │ └── question.md │ │ │ ├── ex_36 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ ├── 9-Inference-In-First-Order-Logic │ │ ├── README.md │ │ └── exercises │ │ │ ├── ex_1 │ │ │ └── question.md │ │ │ ├── ex_10 │ │ │ └── question.md │ │ │ ├── ex_11 │ │ │ └── question.md │ │ │ ├── ex_12 │ │ │ └── question.md │ │ │ ├── ex_13 │ │ │ └── question.md │ │ │ ├── ex_14 │ │ │ └── question.md │ │ │ ├── ex_15 │ │ │ └── question.md │ │ │ ├── ex_16 │ │ │ └── question.md │ │ │ ├── ex_17 │ │ │ └── question.md │ │ │ ├── ex_18 │ │ │ └── question.md │ │ │ ├── ex_19 │ │ │ └── question.md │ │ │ ├── ex_2 │ │ │ └── question.md │ │ │ ├── ex_20 │ │ │ └── question.md │ │ │ ├── ex_21 │ │ │ └── question.md │ │ │ ├── ex_22 │ │ │ └── question.md │ │ │ ├── ex_23 │ │ │ └── question.md │ │ │ ├── ex_24 │ │ │ └── question.md │ │ │ ├── ex_25 │ │ │ └── question.md │ │ │ ├── ex_26 │ │ │ └── question.md │ │ │ ├── ex_27 │ │ │ └── question.md │ │ │ ├── ex_28 │ │ │ └── question.md │ │ │ ├── ex_29 │ │ │ └── question.md │ │ │ ├── ex_3 │ │ │ └── question.md │ │ │ ├── ex_30 │ │ │ └── question.md │ │ │ ├── ex_31 │ │ │ └── question.md │ │ │ ├── ex_4 │ │ │ └── question.md │ │ │ ├── ex_5 │ │ │ └── question.md │ │ │ ├── ex_6 │ │ │ └── question.md │ │ │ ├── ex_7 │ │ │ └── question.md │ │ │ ├── ex_8 │ │ │ └── question.md │ │ │ └── ex_9 │ │ │ └── question.md │ └── Future Exercises │ │ ├── README.md │ │ └── index.html ├── nlp-communicating-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── nlp-english-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── perception-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ └── index.html ├── philosophy-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── planning-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── probability-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── public │ ├── aima_logo.ico │ ├── apple-touch-icon-precomposed.png │ ├── css │ │ ├── lanyon.css │ │ ├── poole.css │ │ ├── style.css │ │ └── syntax.css │ └── fonts │ │ ├── Linearicons-Free-v1.0.0 │ │ ├── WebFont │ │ │ ├── Linearicons-Free.eot │ │ │ ├── Linearicons-Free.svg │ │ │ ├── Linearicons-Free.ttf │ │ │ ├── Linearicons-Free.woff │ │ │ └── Linearicons-Free.woff2 │ │ └── icon-font.min.css │ │ ├── font-awesome-4.7.0 │ │ ├── HELP-US-OUT.txt │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── less │ │ │ ├── animated.less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── screen-reader.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ └── font-awesome.scss │ │ └── poppins │ │ ├── Poppins-Black.ttf │ │ ├── Poppins-BlackItalic.ttf │ │ ├── Poppins-Bold.ttf │ │ ├── Poppins-BoldItalic.ttf │ │ ├── Poppins-ExtraBold.ttf │ │ ├── Poppins-ExtraBoldItalic.ttf │ │ ├── Poppins-ExtraLight.ttf │ │ ├── Poppins-ExtraLightItalic.ttf │ │ ├── Poppins-Italic.ttf │ │ ├── Poppins-Light.ttf │ │ ├── Poppins-LightItalic.ttf │ │ ├── Poppins-Medium.ttf │ │ ├── Poppins-MediumItalic.ttf │ │ ├── Poppins-Regular.ttf │ │ ├── Poppins-SemiBold.ttf │ │ ├── Poppins-SemiBoldItalic.ttf │ │ ├── Poppins-Thin.ttf │ │ └── Poppins-ThinItalic.ttf ├── question_bank │ └── index.html ├── reinforcement-learning-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── robotics-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_11 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── search-exercises │ ├── ex_1 │ │ └── index.html │ ├── ex_10 │ │ └── index.html │ ├── ex_12 │ │ └── index.html │ ├── ex_13 │ │ └── index.html │ ├── ex_14 │ │ └── index.html │ ├── ex_15 │ │ └── index.html │ ├── ex_16 │ │ └── index.html │ ├── ex_17 │ │ └── index.html │ ├── ex_18 │ │ └── index.html │ ├── ex_19 │ │ └── index.html │ ├── ex_2 │ │ └── index.html │ ├── ex_20 │ │ └── index.html │ ├── ex_21 │ │ └── index.html │ ├── ex_22 │ │ └── index.html │ ├── ex_23 │ │ └── index.html │ ├── ex_24 │ │ └── index.html │ ├── ex_25 │ │ └── index.html │ ├── ex_26 │ │ └── index.html │ ├── ex_27 │ │ └── index.html │ ├── ex_28 │ │ └── index.html │ ├── ex_29 │ │ └── index.html │ ├── ex_3 │ │ └── index.html │ ├── ex_30 │ │ └── index.html │ ├── ex_31 │ │ └── index.html │ ├── ex_32 │ │ └── index.html │ ├── ex_33 │ │ └── index.html │ ├── ex_34 │ │ └── index.html │ ├── ex_35 │ │ └── index.html │ ├── ex_36 │ │ └── index.html │ ├── ex_37 │ │ └── index.html │ ├── ex_38 │ │ └── index.html │ ├── ex_39 │ │ └── index.html │ ├── ex_4 │ │ └── index.html │ ├── ex_40 │ │ └── index.html │ ├── ex_5 │ │ └── index.html │ ├── ex_6 │ │ └── index.html │ ├── ex_7 │ │ └── index.html │ ├── ex_8 │ │ └── index.html │ ├── ex_9 │ │ └── index.html │ └── index.html ├── search │ └── index.html ├── search_data.json └── staticman.yml ├── assets └── Delta.gif ├── crossref.json ├── figures ├── geometric-scene-figure.png ├── 3candy.svg ├── 4bit-adder.svg ├── DTL-algorithm.png ├── FigArm1.png ├── aima.jpg ├── aima_logo.png ├── airport-au-id-exercise.png ├── airport-id-figure.png ├── airport-pddl-algorithm.png ├── alpha-beta-proof.svg ├── and-or-graph-search-algorithm.png ├── australia-figure.png ├── backward-chaining-algorithm.png ├── battery-persistence-figure.png ├── bayes-candy-figure.png ├── bottle-stereo.svg ├── brio.svg ├── burglary-figure.png ├── car-starts.svg ├── computer-brain-table.png ├── cryptarithmetic-figure.png ├── de-finetti-table.png ├── dentist-joint-table.png ├── elimination-ask-algorithm.png ├── enumeration-algorithm.png ├── exerciseConf2.svg ├── exerciseConf4.svg ├── exerciseConf5.svg ├── exerciseRobot1.svg ├── exerciseRobot3.svg ├── exerciseRobot6.svg ├── family1.svg ├── family2-figure.png ├── figRobot1.svg ├── figRobot2.svg ├── forward-backward-algorithm.png ├── geometric-scene.svg ├── grid-mdp-figure.svg ├── handedness1.svg ├── handedness2.svg ├── handedness3.svg ├── hybrid-wumpus-agent-algorithm.png ├── illuminationfigure.png ├── jobshop-cpm-figure.png ├── line-game4-figure.png ├── line-game4.svg ├── logical-equivalence-table.png ├── maze-3x3-figure.png ├── mixture-networks-figure.png ├── mt-alignment-figure.png ├── ontology-figure.png ├── pl-horn-example-figure.png ├── politics.svg ├── pruning.svg ├── pruning2.svg ├── pursuit-evasion-game.svg ├── rain-clustering-figure.png ├── restaurant-back-prop-figure.png ├── robotics-pic7.svg ├── satplan-agent-algorithm.png ├── sequential-decision-policies-figure.png ├── sequential-decision-world-figure.png ├── shakey2.svg ├── sr-hmm-figure.png ├── subsumption-lattice-figure.png ├── sussman-anamoly-figure.png ├── switching-kf.svg ├── telescope-nets.svg ├── tree-csp-figure.png ├── vacuum-agent-function-table.png ├── vacuum-maze-ch4-figure.png ├── vacuum-maze-hmm2-figure.png ├── vacuum-world-figure.png ├── vacuum2-sets-figure.png ├── wumpus-entailment-figure.png └── wumpus-seq35-figure.png ├── index.html ├── js ├── answer.js ├── bookmark.js ├── commsol.js ├── crossref.js ├── forms.js ├── lib │ ├── jquery.js │ └── lunr.js ├── main.js └── search.js ├── latex ├── advanced-planning-exercises.tex ├── advanced-search-exercises.tex ├── agents-exercises.tex ├── aima3e.sty ├── bayes-nets-exercises.tex ├── bayesian-learning-exercises.tex ├── complex-decisions-exercises.tex ├── concept-learning-exercises.tex ├── csp-exercises.tex ├── dbn-exercises.tex ├── decision-theory-exercises.tex ├── figures │ ├── 3candy.eps │ ├── 4bit-adder.eps │ ├── alpha-beta-proof.eps │ ├── bottle-stereo.eps │ ├── brio.eps │ ├── car-starts.eps │ ├── exerciseConf2.eps │ ├── exerciseConf4.eps │ ├── exerciseConf5.eps │ ├── exerciseRobot1.eps │ ├── exerciseRobot3.eps │ ├── exerciseRobot6.eps │ ├── family1.eps │ ├── figRobot1.eps │ ├── figRobot2.eps │ ├── geometric-scene.eps │ ├── grid-mdp-figure.eps │ ├── handedness1.eps │ ├── handedness2.eps │ ├── handedness3.eps │ ├── line-game4.eps │ ├── politics.eps │ ├── pruning.eps │ ├── pruning2.eps │ ├── pursuit-evasion-game.eps │ ├── robotics-pic7.eps │ ├── shakey2.eps │ ├── switching-kf.eps │ └── telescope-nets.eps ├── fol-exercises.tex ├── future-exercises.tex ├── game-playing-exercises.tex ├── ilp-exercises.tex ├── intro-exercises.tex ├── knowledge+logic-exercises.tex ├── kr-exercises.tex ├── logical-inference-exercises.tex ├── nlp-communicating-exercises.tex ├── nlp-english-exercises.tex ├── perception-exercises.tex ├── philosophy-exercises.tex ├── planning-exercises.tex ├── probability-exercises.tex ├── reinforcement-learning-exercises.tex ├── robotics-exercises.tex └── search-exercises.tex ├── markdown ├── 1-Introduction │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 10-Classical-Planning │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 11-Planning-And-Acting-In-The-Real-World │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 12-Knowledge-Representation │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 13-Quantifying-Uncertainity │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 14-Probabilistic-Reasoning │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 15-Probabilistic-Reasoning-Over-Time │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 16-Making-Simple-Decisions │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 17-Making-Complex-Decision │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 18-Learning-From-Examples │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_32 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_33 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 19-Knowledge-In-Learning │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 2-Intelligent-Agent │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 20-Learning-Probabilistic-Models │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 21-Reinforcement-Learning │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 22-Natural-Language-Processing │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 23-Natural-Language-For-Communication │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 24-Perception │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 25-Robotics │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 26-Philosophical-Foundations │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 3-Solving-Problems-By-Searching │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_32 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_33 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_34 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_35 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_36 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_37 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_38 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_39 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_40 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 4-Beyond-Classical-Search │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 5-Adversarial-Search │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 6-Constraint-Satisfaction-Problems │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 7-Logical-Agents │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_32 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_33 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_34 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_35 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 8-First-Order-Logic │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_32 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_33 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_34 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_35 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_36 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── 9-Inference-In-First-Order-Logic │ ├── README.md │ ├── exercises │ │ ├── ex_1 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_10 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_11 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_12 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_13 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_14 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_15 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_16 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_17 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_18 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_19 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_2 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_20 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_21 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_22 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_23 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_24 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_25 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_26 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_27 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_28 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_29 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_3 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_30 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_31 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_4 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_5 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_6 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_7 │ │ │ ├── index.md │ │ │ └── question.md │ │ ├── ex_8 │ │ │ ├── index.md │ │ │ └── question.md │ │ └── ex_9 │ │ │ ├── index.md │ │ │ └── question.md │ └── index.md ├── Future Exercises │ ├── README.md │ └── index.md ├── answersubmittedd.html ├── bookmarks.html └── questbank.md ├── public ├── aima_logo.ico ├── apple-touch-icon-precomposed.png ├── css │ ├── lanyon.css │ ├── poole.css │ ├── style.css │ └── syntax.css └── fonts │ ├── Linearicons-Free-v1.0.0 │ ├── WebFont │ │ ├── Linearicons-Free.eot │ │ ├── Linearicons-Free.svg │ │ ├── Linearicons-Free.ttf │ │ ├── Linearicons-Free.woff │ │ └── Linearicons-Free.woff2 │ └── icon-font.min.css │ ├── font-awesome-4.7.0 │ ├── HELP-US-OUT.txt │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── animated.less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── screen-reader.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss │ └── poppins │ ├── Poppins-Black.ttf │ ├── Poppins-BlackItalic.ttf │ ├── Poppins-Bold.ttf │ ├── Poppins-BoldItalic.ttf │ ├── Poppins-ExtraBold.ttf │ ├── Poppins-ExtraBoldItalic.ttf │ ├── Poppins-ExtraLight.ttf │ ├── Poppins-ExtraLightItalic.ttf │ ├── Poppins-Italic.ttf │ ├── Poppins-Light.ttf │ ├── Poppins-LightItalic.ttf │ ├── Poppins-Medium.ttf │ ├── Poppins-MediumItalic.ttf │ ├── Poppins-Regular.ttf │ ├── Poppins-SemiBold.ttf │ ├── Poppins-SemiBoldItalic.ttf │ ├── Poppins-Thin.ttf │ └── Poppins-ThinItalic.ttf ├── search └── index.html ├── search_data.json └── staticman.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/.gitignore -------------------------------------------------------------------------------- /.jekyll-metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/.jekyll-metadata -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/404.html -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Delta.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/Delta.zip -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/breadcrumb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/breadcrumb.html -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/head.html -------------------------------------------------------------------------------- /_includes/mathjax_support: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/mathjax_support -------------------------------------------------------------------------------- /_includes/meta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/meta.html -------------------------------------------------------------------------------- /_includes/sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/sidebar.html -------------------------------------------------------------------------------- /_includes/sidebar2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/sidebar2.html -------------------------------------------------------------------------------- /_includes/staticman-comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_includes/staticman-comments.html -------------------------------------------------------------------------------- /_layouts/answersubmitted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/answersubmitted.html -------------------------------------------------------------------------------- /_layouts/chapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/chapter.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/exercise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/exercise.html -------------------------------------------------------------------------------- /_layouts/homepage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/homepage.html -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/page.html -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/post.html -------------------------------------------------------------------------------- /_layouts/questionbank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_layouts/questionbank.html -------------------------------------------------------------------------------- /_site/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/404.html -------------------------------------------------------------------------------- /_site/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/CONTRIBUTING.md -------------------------------------------------------------------------------- /_site/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/LICENSE.md -------------------------------------------------------------------------------- /_site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/README.md -------------------------------------------------------------------------------- /_site/advanced-planning-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-planning-exercises/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/advanced-search-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/advanced-search-exercises/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/agents-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/agents-exercises/index.html -------------------------------------------------------------------------------- /_site/answersubmitted/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/answersubmitted/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/bayes-nets-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayes-nets-exercises/index.html -------------------------------------------------------------------------------- /_site/bayesian-learning-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bayesian-learning-exercises/index.html -------------------------------------------------------------------------------- /_site/bookmarks/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/bookmarks/index.html -------------------------------------------------------------------------------- /_site/complex-decisions-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/complex-decisions-exercises/index.html -------------------------------------------------------------------------------- /_site/concept-learning-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/concept-learning-exercises/index.html -------------------------------------------------------------------------------- /_site/crossref.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/crossref.json -------------------------------------------------------------------------------- /_site/csp-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/csp-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/csp-exercises/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/dbn-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/dbn-exercises/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/decision-theory-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/decision-theory-exercises/index.html -------------------------------------------------------------------------------- /_site/figures/ geometric-scene-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/ geometric-scene-figure.png -------------------------------------------------------------------------------- /_site/figures/3candy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/3candy.svg -------------------------------------------------------------------------------- /_site/figures/4bit-adder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/4bit-adder.svg -------------------------------------------------------------------------------- /_site/figures/DTL-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/DTL-algorithm.png -------------------------------------------------------------------------------- /_site/figures/FigArm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/FigArm1.png -------------------------------------------------------------------------------- /_site/figures/aima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/aima.jpg -------------------------------------------------------------------------------- /_site/figures/aima_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/aima_logo.png -------------------------------------------------------------------------------- /_site/figures/airport-au-id-exercise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/airport-au-id-exercise.png -------------------------------------------------------------------------------- /_site/figures/airport-id-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/airport-id-figure.png -------------------------------------------------------------------------------- /_site/figures/airport-pddl-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/airport-pddl-algorithm.png -------------------------------------------------------------------------------- /_site/figures/alpha-beta-proof.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/alpha-beta-proof.svg -------------------------------------------------------------------------------- /_site/figures/and-or-graph-search-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/and-or-graph-search-algorithm.png -------------------------------------------------------------------------------- /_site/figures/australia-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/australia-figure.png -------------------------------------------------------------------------------- /_site/figures/backward-chaining-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/backward-chaining-algorithm.png -------------------------------------------------------------------------------- /_site/figures/battery-persistence-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/battery-persistence-figure.png -------------------------------------------------------------------------------- /_site/figures/bayes-candy-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/bayes-candy-figure.png -------------------------------------------------------------------------------- /_site/figures/bottle-stereo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/bottle-stereo.svg -------------------------------------------------------------------------------- /_site/figures/brio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/brio.svg -------------------------------------------------------------------------------- /_site/figures/burglary-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/burglary-figure.png -------------------------------------------------------------------------------- /_site/figures/car-starts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/car-starts.svg -------------------------------------------------------------------------------- /_site/figures/computer-brain-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/computer-brain-table.png -------------------------------------------------------------------------------- /_site/figures/cryptarithmetic-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/cryptarithmetic-figure.png -------------------------------------------------------------------------------- /_site/figures/de-finetti-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/de-finetti-table.png -------------------------------------------------------------------------------- /_site/figures/dentist-joint-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/dentist-joint-table.png -------------------------------------------------------------------------------- /_site/figures/elimination-ask-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/elimination-ask-algorithm.png -------------------------------------------------------------------------------- /_site/figures/enumeration-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/enumeration-algorithm.png -------------------------------------------------------------------------------- /_site/figures/exerciseConf2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseConf2.svg -------------------------------------------------------------------------------- /_site/figures/exerciseConf4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseConf4.svg -------------------------------------------------------------------------------- /_site/figures/exerciseConf5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseConf5.svg -------------------------------------------------------------------------------- /_site/figures/exerciseRobot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseRobot1.svg -------------------------------------------------------------------------------- /_site/figures/exerciseRobot3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseRobot3.svg -------------------------------------------------------------------------------- /_site/figures/exerciseRobot6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/exerciseRobot6.svg -------------------------------------------------------------------------------- /_site/figures/family1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/family1.svg -------------------------------------------------------------------------------- /_site/figures/family2-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/family2-figure.png -------------------------------------------------------------------------------- /_site/figures/figRobot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/figRobot1.svg -------------------------------------------------------------------------------- /_site/figures/figRobot2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/figRobot2.svg -------------------------------------------------------------------------------- /_site/figures/forward-backward-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/forward-backward-algorithm.png -------------------------------------------------------------------------------- /_site/figures/geometric-scene.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/geometric-scene.svg -------------------------------------------------------------------------------- /_site/figures/grid-mdp-figure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/grid-mdp-figure.svg -------------------------------------------------------------------------------- /_site/figures/handedness1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/handedness1.svg -------------------------------------------------------------------------------- /_site/figures/handedness2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/handedness2.svg -------------------------------------------------------------------------------- /_site/figures/handedness3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/handedness3.svg -------------------------------------------------------------------------------- /_site/figures/hybrid-wumpus-agent-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/hybrid-wumpus-agent-algorithm.png -------------------------------------------------------------------------------- /_site/figures/illuminationfigure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/illuminationfigure.png -------------------------------------------------------------------------------- /_site/figures/jobshop-cpm-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/jobshop-cpm-figure.png -------------------------------------------------------------------------------- /_site/figures/line-game4-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/line-game4-figure.png -------------------------------------------------------------------------------- /_site/figures/line-game4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/line-game4.svg -------------------------------------------------------------------------------- /_site/figures/logical-equivalence-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/logical-equivalence-table.png -------------------------------------------------------------------------------- /_site/figures/maze-3x3-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/maze-3x3-figure.png -------------------------------------------------------------------------------- /_site/figures/mixture-networks-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/mixture-networks-figure.png -------------------------------------------------------------------------------- /_site/figures/mt-alignment-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/mt-alignment-figure.png -------------------------------------------------------------------------------- /_site/figures/ontology-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/ontology-figure.png -------------------------------------------------------------------------------- /_site/figures/pl-horn-example-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/pl-horn-example-figure.png -------------------------------------------------------------------------------- /_site/figures/politics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/politics.svg -------------------------------------------------------------------------------- /_site/figures/pruning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/pruning.svg -------------------------------------------------------------------------------- /_site/figures/pruning2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/pruning2.svg -------------------------------------------------------------------------------- /_site/figures/pursuit-evasion-game.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/pursuit-evasion-game.svg -------------------------------------------------------------------------------- /_site/figures/rain-clustering-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/rain-clustering-figure.png -------------------------------------------------------------------------------- /_site/figures/restaurant-back-prop-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/restaurant-back-prop-figure.png -------------------------------------------------------------------------------- /_site/figures/robotics-pic7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/robotics-pic7.svg -------------------------------------------------------------------------------- /_site/figures/satplan-agent-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/satplan-agent-algorithm.png -------------------------------------------------------------------------------- /_site/figures/shakey2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/shakey2.svg -------------------------------------------------------------------------------- /_site/figures/sr-hmm-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/sr-hmm-figure.png -------------------------------------------------------------------------------- /_site/figures/subsumption-lattice-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/subsumption-lattice-figure.png -------------------------------------------------------------------------------- /_site/figures/sussman-anamoly-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/sussman-anamoly-figure.png -------------------------------------------------------------------------------- /_site/figures/switching-kf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/switching-kf.svg -------------------------------------------------------------------------------- /_site/figures/telescope-nets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/telescope-nets.svg -------------------------------------------------------------------------------- /_site/figures/tree-csp-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/tree-csp-figure.png -------------------------------------------------------------------------------- /_site/figures/vacuum-agent-function-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/vacuum-agent-function-table.png -------------------------------------------------------------------------------- /_site/figures/vacuum-maze-ch4-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/vacuum-maze-ch4-figure.png -------------------------------------------------------------------------------- /_site/figures/vacuum-maze-hmm2-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/vacuum-maze-hmm2-figure.png -------------------------------------------------------------------------------- /_site/figures/vacuum-world-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/vacuum-world-figure.png -------------------------------------------------------------------------------- /_site/figures/vacuum2-sets-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/vacuum2-sets-figure.png -------------------------------------------------------------------------------- /_site/figures/wumpus-entailment-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/wumpus-entailment-figure.png -------------------------------------------------------------------------------- /_site/figures/wumpus-seq35-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/figures/wumpus-seq35-figure.png -------------------------------------------------------------------------------- /_site/fol-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_25/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_26/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_26/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_27/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_27/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_28/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_28/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_29/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_29/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_30/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_30/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_31/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_31/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_32/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_32/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_33/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_33/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_34/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_34/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_35/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_35/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_36/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_36/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/fol-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/fol-exercises/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_25/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/game-playing-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/game-playing-exercises/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/ilp-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/ilp-exercises/index.html -------------------------------------------------------------------------------- /_site/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/intro-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/intro-exercises/index.html -------------------------------------------------------------------------------- /_site/js/answer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/answer.js -------------------------------------------------------------------------------- /_site/js/bookmark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/bookmark.js -------------------------------------------------------------------------------- /_site/js/commsol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/commsol.js -------------------------------------------------------------------------------- /_site/js/crossref.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/crossref.js -------------------------------------------------------------------------------- /_site/js/forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/forms.js -------------------------------------------------------------------------------- /_site/js/lib/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/lib/jquery.js -------------------------------------------------------------------------------- /_site/js/lib/lunr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/lib/lunr.js -------------------------------------------------------------------------------- /_site/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/main.js -------------------------------------------------------------------------------- /_site/js/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/js/search.js -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/knowledge-logic-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/knowledge-logic-exercises/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_25/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_26/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_26/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_27/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_27/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_28/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_28/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_29/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_29/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_30/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_30/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/kr-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/kr-exercises/index.html -------------------------------------------------------------------------------- /_site/latex/advanced-planning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/advanced-planning-exercises.tex -------------------------------------------------------------------------------- /_site/latex/advanced-search-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/advanced-search-exercises.tex -------------------------------------------------------------------------------- /_site/latex/agents-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/agents-exercises.tex -------------------------------------------------------------------------------- /_site/latex/aima3e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/aima3e.sty -------------------------------------------------------------------------------- /_site/latex/bayes-nets-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/bayes-nets-exercises.tex -------------------------------------------------------------------------------- /_site/latex/bayesian-learning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/bayesian-learning-exercises.tex -------------------------------------------------------------------------------- /_site/latex/complex-decisions-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/complex-decisions-exercises.tex -------------------------------------------------------------------------------- /_site/latex/concept-learning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/concept-learning-exercises.tex -------------------------------------------------------------------------------- /_site/latex/csp-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/csp-exercises.tex -------------------------------------------------------------------------------- /_site/latex/dbn-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/dbn-exercises.tex -------------------------------------------------------------------------------- /_site/latex/decision-theory-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/decision-theory-exercises.tex -------------------------------------------------------------------------------- /_site/latex/figures/3candy.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/3candy.eps -------------------------------------------------------------------------------- /_site/latex/figures/4bit-adder.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/4bit-adder.eps -------------------------------------------------------------------------------- /_site/latex/figures/alpha-beta-proof.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/alpha-beta-proof.eps -------------------------------------------------------------------------------- /_site/latex/figures/bottle-stereo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/bottle-stereo.eps -------------------------------------------------------------------------------- /_site/latex/figures/brio.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/brio.eps -------------------------------------------------------------------------------- /_site/latex/figures/car-starts.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/car-starts.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseConf2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseConf2.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseConf4.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseConf4.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseConf5.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseConf5.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseRobot1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseRobot1.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseRobot3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseRobot3.eps -------------------------------------------------------------------------------- /_site/latex/figures/exerciseRobot6.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/exerciseRobot6.eps -------------------------------------------------------------------------------- /_site/latex/figures/family1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/family1.eps -------------------------------------------------------------------------------- /_site/latex/figures/figRobot1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/figRobot1.eps -------------------------------------------------------------------------------- /_site/latex/figures/figRobot2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/figRobot2.eps -------------------------------------------------------------------------------- /_site/latex/figures/geometric-scene.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/geometric-scene.eps -------------------------------------------------------------------------------- /_site/latex/figures/grid-mdp-figure.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/grid-mdp-figure.eps -------------------------------------------------------------------------------- /_site/latex/figures/handedness1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/handedness1.eps -------------------------------------------------------------------------------- /_site/latex/figures/handedness2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/handedness2.eps -------------------------------------------------------------------------------- /_site/latex/figures/handedness3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/handedness3.eps -------------------------------------------------------------------------------- /_site/latex/figures/line-game4.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/line-game4.eps -------------------------------------------------------------------------------- /_site/latex/figures/politics.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/politics.eps -------------------------------------------------------------------------------- /_site/latex/figures/pruning.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/pruning.eps -------------------------------------------------------------------------------- /_site/latex/figures/pruning2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/pruning2.eps -------------------------------------------------------------------------------- /_site/latex/figures/pursuit-evasion-game.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/pursuit-evasion-game.eps -------------------------------------------------------------------------------- /_site/latex/figures/robotics-pic7.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/robotics-pic7.eps -------------------------------------------------------------------------------- /_site/latex/figures/shakey2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/shakey2.eps -------------------------------------------------------------------------------- /_site/latex/figures/switching-kf.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/switching-kf.eps -------------------------------------------------------------------------------- /_site/latex/figures/telescope-nets.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/figures/telescope-nets.eps -------------------------------------------------------------------------------- /_site/latex/fol-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/fol-exercises.tex -------------------------------------------------------------------------------- /_site/latex/future-exercises.tex: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_site/latex/game-playing-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/game-playing-exercises.tex -------------------------------------------------------------------------------- /_site/latex/ilp-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/ilp-exercises.tex -------------------------------------------------------------------------------- /_site/latex/intro-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/intro-exercises.tex -------------------------------------------------------------------------------- /_site/latex/knowledge+logic-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/knowledge+logic-exercises.tex -------------------------------------------------------------------------------- /_site/latex/kr-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/kr-exercises.tex -------------------------------------------------------------------------------- /_site/latex/logical-inference-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/logical-inference-exercises.tex -------------------------------------------------------------------------------- /_site/latex/nlp-communicating-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/nlp-communicating-exercises.tex -------------------------------------------------------------------------------- /_site/latex/nlp-english-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/nlp-english-exercises.tex -------------------------------------------------------------------------------- /_site/latex/perception-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/perception-exercises.tex -------------------------------------------------------------------------------- /_site/latex/philosophy-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/philosophy-exercises.tex -------------------------------------------------------------------------------- /_site/latex/planning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/planning-exercises.tex -------------------------------------------------------------------------------- /_site/latex/probability-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/probability-exercises.tex -------------------------------------------------------------------------------- /_site/latex/robotics-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/robotics-exercises.tex -------------------------------------------------------------------------------- /_site/latex/search-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/latex/search-exercises.tex -------------------------------------------------------------------------------- /_site/logical-inference-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/logical-inference-exercises/index.html -------------------------------------------------------------------------------- /_site/markdown/1-Introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/1-Introduction/README.md -------------------------------------------------------------------------------- /_site/markdown/1-Introduction/exercises/ex_14/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Is AI a science, or is it engineering? Or neither or both? Explain. 4 | -------------------------------------------------------------------------------- /_site/markdown/10-Classical-Planning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/10-Classical-Planning/README.md -------------------------------------------------------------------------------- /_site/markdown/10-Classical-Planning/exercises/ex_9/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Prove that backward search with PDDL problems is complete. 4 | -------------------------------------------------------------------------------- /_site/markdown/13-Quantifying-Uncertainity/exercises/ex_1/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Show from first principles that $P(a{{\,|\,}}b\land a) = 1$. 4 | -------------------------------------------------------------------------------- /_site/markdown/17-Making-Complex-Decision/exercises/ex_20/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Solve the game of three-finger Morra. 4 | -------------------------------------------------------------------------------- /_site/markdown/2-Intelligent-Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/2-Intelligent-Agent/README.md -------------------------------------------------------------------------------- /_site/markdown/24-Perception/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/24-Perception/README.md -------------------------------------------------------------------------------- /_site/markdown/25-Robotics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/25-Robotics/README.md -------------------------------------------------------------------------------- /_site/markdown/5-Adversarial-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/5-Adversarial-Search/README.md -------------------------------------------------------------------------------- /_site/markdown/7-Logical-Agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/7-Logical-Agents/README.md -------------------------------------------------------------------------------- /_site/markdown/8-First-Order-Logic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/8-First-Order-Logic/README.md -------------------------------------------------------------------------------- /_site/markdown/8-First-Order-Logic/exercises/ex_3/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Is the sentence ${\exists\,x,y\;\;} x{{\,=\,}}y$ valid? Explain. 4 | -------------------------------------------------------------------------------- /_site/markdown/Future Exercises/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/Future Exercises/README.md -------------------------------------------------------------------------------- /_site/markdown/Future Exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/markdown/Future Exercises/index.html -------------------------------------------------------------------------------- /_site/nlp-communicating-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-communicating-exercises/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/nlp-english-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/nlp-english-exercises/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/perception-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/perception-exercises/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/philosophy-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/philosophy-exercises/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/planning-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/planning-exercises/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_25/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_26/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_26/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_27/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_27/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_28/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_28/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_29/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_29/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_30/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_30/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_31/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_31/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/probability-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/probability-exercises/index.html -------------------------------------------------------------------------------- /_site/public/aima_logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/aima_logo.ico -------------------------------------------------------------------------------- /_site/public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /_site/public/css/lanyon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/css/lanyon.css -------------------------------------------------------------------------------- /_site/public/css/poole.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/css/poole.css -------------------------------------------------------------------------------- /_site/public/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/css/style.css -------------------------------------------------------------------------------- /_site/public/css/syntax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/css/syntax.css -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Black.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Bold.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Italic.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Light.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Medium.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Regular.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-SemiBold.ttf -------------------------------------------------------------------------------- /_site/public/fonts/poppins/Poppins-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/public/fonts/poppins/Poppins-Thin.ttf -------------------------------------------------------------------------------- /_site/question_bank/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/question_bank/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_11/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/robotics-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/robotics-exercises/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_1/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_10/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_12/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_13/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_14/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_15/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_16/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_17/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_18/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_19/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_2/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_20/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_21/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_22/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_23/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_24/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_25/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_26/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_26/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_27/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_27/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_28/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_28/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_29/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_29/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_3/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_30/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_30/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_31/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_31/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_32/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_32/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_33/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_33/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_34/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_34/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_35/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_35/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_36/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_36/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_37/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_37/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_38/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_38/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_39/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_39/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_4/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_40/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_40/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_5/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_6/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_7/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_8/index.html -------------------------------------------------------------------------------- /_site/search-exercises/ex_9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/ex_9/index.html -------------------------------------------------------------------------------- /_site/search-exercises/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search-exercises/index.html -------------------------------------------------------------------------------- /_site/search/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search/index.html -------------------------------------------------------------------------------- /_site/search_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/search_data.json -------------------------------------------------------------------------------- /_site/staticman.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/_site/staticman.yml -------------------------------------------------------------------------------- /assets/Delta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/assets/Delta.gif -------------------------------------------------------------------------------- /crossref.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/crossref.json -------------------------------------------------------------------------------- /figures/ geometric-scene-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/ geometric-scene-figure.png -------------------------------------------------------------------------------- /figures/3candy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/3candy.svg -------------------------------------------------------------------------------- /figures/4bit-adder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/4bit-adder.svg -------------------------------------------------------------------------------- /figures/DTL-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/DTL-algorithm.png -------------------------------------------------------------------------------- /figures/FigArm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/FigArm1.png -------------------------------------------------------------------------------- /figures/aima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/aima.jpg -------------------------------------------------------------------------------- /figures/aima_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/aima_logo.png -------------------------------------------------------------------------------- /figures/airport-au-id-exercise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/airport-au-id-exercise.png -------------------------------------------------------------------------------- /figures/airport-id-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/airport-id-figure.png -------------------------------------------------------------------------------- /figures/airport-pddl-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/airport-pddl-algorithm.png -------------------------------------------------------------------------------- /figures/alpha-beta-proof.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/alpha-beta-proof.svg -------------------------------------------------------------------------------- /figures/and-or-graph-search-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/and-or-graph-search-algorithm.png -------------------------------------------------------------------------------- /figures/australia-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/australia-figure.png -------------------------------------------------------------------------------- /figures/backward-chaining-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/backward-chaining-algorithm.png -------------------------------------------------------------------------------- /figures/battery-persistence-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/battery-persistence-figure.png -------------------------------------------------------------------------------- /figures/bayes-candy-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/bayes-candy-figure.png -------------------------------------------------------------------------------- /figures/bottle-stereo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/bottle-stereo.svg -------------------------------------------------------------------------------- /figures/brio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/brio.svg -------------------------------------------------------------------------------- /figures/burglary-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/burglary-figure.png -------------------------------------------------------------------------------- /figures/car-starts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/car-starts.svg -------------------------------------------------------------------------------- /figures/computer-brain-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/computer-brain-table.png -------------------------------------------------------------------------------- /figures/cryptarithmetic-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/cryptarithmetic-figure.png -------------------------------------------------------------------------------- /figures/de-finetti-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/de-finetti-table.png -------------------------------------------------------------------------------- /figures/dentist-joint-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/dentist-joint-table.png -------------------------------------------------------------------------------- /figures/elimination-ask-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/elimination-ask-algorithm.png -------------------------------------------------------------------------------- /figures/enumeration-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/enumeration-algorithm.png -------------------------------------------------------------------------------- /figures/exerciseConf2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseConf2.svg -------------------------------------------------------------------------------- /figures/exerciseConf4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseConf4.svg -------------------------------------------------------------------------------- /figures/exerciseConf5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseConf5.svg -------------------------------------------------------------------------------- /figures/exerciseRobot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseRobot1.svg -------------------------------------------------------------------------------- /figures/exerciseRobot3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseRobot3.svg -------------------------------------------------------------------------------- /figures/exerciseRobot6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/exerciseRobot6.svg -------------------------------------------------------------------------------- /figures/family1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/family1.svg -------------------------------------------------------------------------------- /figures/family2-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/family2-figure.png -------------------------------------------------------------------------------- /figures/figRobot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/figRobot1.svg -------------------------------------------------------------------------------- /figures/figRobot2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/figRobot2.svg -------------------------------------------------------------------------------- /figures/forward-backward-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/forward-backward-algorithm.png -------------------------------------------------------------------------------- /figures/geometric-scene.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/geometric-scene.svg -------------------------------------------------------------------------------- /figures/grid-mdp-figure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/grid-mdp-figure.svg -------------------------------------------------------------------------------- /figures/handedness1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/handedness1.svg -------------------------------------------------------------------------------- /figures/handedness2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/handedness2.svg -------------------------------------------------------------------------------- /figures/handedness3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/handedness3.svg -------------------------------------------------------------------------------- /figures/hybrid-wumpus-agent-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/hybrid-wumpus-agent-algorithm.png -------------------------------------------------------------------------------- /figures/illuminationfigure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/illuminationfigure.png -------------------------------------------------------------------------------- /figures/jobshop-cpm-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/jobshop-cpm-figure.png -------------------------------------------------------------------------------- /figures/line-game4-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/line-game4-figure.png -------------------------------------------------------------------------------- /figures/line-game4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/line-game4.svg -------------------------------------------------------------------------------- /figures/logical-equivalence-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/logical-equivalence-table.png -------------------------------------------------------------------------------- /figures/maze-3x3-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/maze-3x3-figure.png -------------------------------------------------------------------------------- /figures/mixture-networks-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/mixture-networks-figure.png -------------------------------------------------------------------------------- /figures/mt-alignment-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/mt-alignment-figure.png -------------------------------------------------------------------------------- /figures/ontology-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/ontology-figure.png -------------------------------------------------------------------------------- /figures/pl-horn-example-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/pl-horn-example-figure.png -------------------------------------------------------------------------------- /figures/politics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/politics.svg -------------------------------------------------------------------------------- /figures/pruning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/pruning.svg -------------------------------------------------------------------------------- /figures/pruning2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/pruning2.svg -------------------------------------------------------------------------------- /figures/pursuit-evasion-game.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/pursuit-evasion-game.svg -------------------------------------------------------------------------------- /figures/rain-clustering-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/rain-clustering-figure.png -------------------------------------------------------------------------------- /figures/restaurant-back-prop-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/restaurant-back-prop-figure.png -------------------------------------------------------------------------------- /figures/robotics-pic7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/robotics-pic7.svg -------------------------------------------------------------------------------- /figures/satplan-agent-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/satplan-agent-algorithm.png -------------------------------------------------------------------------------- /figures/sequential-decision-policies-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/sequential-decision-policies-figure.png -------------------------------------------------------------------------------- /figures/sequential-decision-world-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/sequential-decision-world-figure.png -------------------------------------------------------------------------------- /figures/shakey2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/shakey2.svg -------------------------------------------------------------------------------- /figures/sr-hmm-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/sr-hmm-figure.png -------------------------------------------------------------------------------- /figures/subsumption-lattice-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/subsumption-lattice-figure.png -------------------------------------------------------------------------------- /figures/sussman-anamoly-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/sussman-anamoly-figure.png -------------------------------------------------------------------------------- /figures/switching-kf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/switching-kf.svg -------------------------------------------------------------------------------- /figures/telescope-nets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/telescope-nets.svg -------------------------------------------------------------------------------- /figures/tree-csp-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/tree-csp-figure.png -------------------------------------------------------------------------------- /figures/vacuum-agent-function-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/vacuum-agent-function-table.png -------------------------------------------------------------------------------- /figures/vacuum-maze-ch4-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/vacuum-maze-ch4-figure.png -------------------------------------------------------------------------------- /figures/vacuum-maze-hmm2-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/vacuum-maze-hmm2-figure.png -------------------------------------------------------------------------------- /figures/vacuum-world-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/vacuum-world-figure.png -------------------------------------------------------------------------------- /figures/vacuum2-sets-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/vacuum2-sets-figure.png -------------------------------------------------------------------------------- /figures/wumpus-entailment-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/wumpus-entailment-figure.png -------------------------------------------------------------------------------- /figures/wumpus-seq35-figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/figures/wumpus-seq35-figure.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/index.html -------------------------------------------------------------------------------- /js/answer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/answer.js -------------------------------------------------------------------------------- /js/bookmark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/bookmark.js -------------------------------------------------------------------------------- /js/commsol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/commsol.js -------------------------------------------------------------------------------- /js/crossref.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/crossref.js -------------------------------------------------------------------------------- /js/forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/forms.js -------------------------------------------------------------------------------- /js/lib/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/lib/jquery.js -------------------------------------------------------------------------------- /js/lib/lunr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/lib/lunr.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/main.js -------------------------------------------------------------------------------- /js/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/js/search.js -------------------------------------------------------------------------------- /latex/advanced-planning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/advanced-planning-exercises.tex -------------------------------------------------------------------------------- /latex/advanced-search-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/advanced-search-exercises.tex -------------------------------------------------------------------------------- /latex/agents-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/agents-exercises.tex -------------------------------------------------------------------------------- /latex/aima3e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/aima3e.sty -------------------------------------------------------------------------------- /latex/bayes-nets-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/bayes-nets-exercises.tex -------------------------------------------------------------------------------- /latex/bayesian-learning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/bayesian-learning-exercises.tex -------------------------------------------------------------------------------- /latex/complex-decisions-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/complex-decisions-exercises.tex -------------------------------------------------------------------------------- /latex/concept-learning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/concept-learning-exercises.tex -------------------------------------------------------------------------------- /latex/csp-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/csp-exercises.tex -------------------------------------------------------------------------------- /latex/dbn-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/dbn-exercises.tex -------------------------------------------------------------------------------- /latex/decision-theory-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/decision-theory-exercises.tex -------------------------------------------------------------------------------- /latex/figures/3candy.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/3candy.eps -------------------------------------------------------------------------------- /latex/figures/4bit-adder.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/4bit-adder.eps -------------------------------------------------------------------------------- /latex/figures/alpha-beta-proof.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/alpha-beta-proof.eps -------------------------------------------------------------------------------- /latex/figures/bottle-stereo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/bottle-stereo.eps -------------------------------------------------------------------------------- /latex/figures/brio.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/brio.eps -------------------------------------------------------------------------------- /latex/figures/car-starts.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/car-starts.eps -------------------------------------------------------------------------------- /latex/figures/exerciseConf2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseConf2.eps -------------------------------------------------------------------------------- /latex/figures/exerciseConf4.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseConf4.eps -------------------------------------------------------------------------------- /latex/figures/exerciseConf5.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseConf5.eps -------------------------------------------------------------------------------- /latex/figures/exerciseRobot1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseRobot1.eps -------------------------------------------------------------------------------- /latex/figures/exerciseRobot3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseRobot3.eps -------------------------------------------------------------------------------- /latex/figures/exerciseRobot6.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/exerciseRobot6.eps -------------------------------------------------------------------------------- /latex/figures/family1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/family1.eps -------------------------------------------------------------------------------- /latex/figures/figRobot1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/figRobot1.eps -------------------------------------------------------------------------------- /latex/figures/figRobot2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/figRobot2.eps -------------------------------------------------------------------------------- /latex/figures/geometric-scene.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/geometric-scene.eps -------------------------------------------------------------------------------- /latex/figures/grid-mdp-figure.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/grid-mdp-figure.eps -------------------------------------------------------------------------------- /latex/figures/handedness1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/handedness1.eps -------------------------------------------------------------------------------- /latex/figures/handedness2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/handedness2.eps -------------------------------------------------------------------------------- /latex/figures/handedness3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/handedness3.eps -------------------------------------------------------------------------------- /latex/figures/line-game4.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/line-game4.eps -------------------------------------------------------------------------------- /latex/figures/politics.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/politics.eps -------------------------------------------------------------------------------- /latex/figures/pruning.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/pruning.eps -------------------------------------------------------------------------------- /latex/figures/pruning2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/pruning2.eps -------------------------------------------------------------------------------- /latex/figures/pursuit-evasion-game.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/pursuit-evasion-game.eps -------------------------------------------------------------------------------- /latex/figures/robotics-pic7.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/robotics-pic7.eps -------------------------------------------------------------------------------- /latex/figures/shakey2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/shakey2.eps -------------------------------------------------------------------------------- /latex/figures/switching-kf.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/switching-kf.eps -------------------------------------------------------------------------------- /latex/figures/telescope-nets.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/figures/telescope-nets.eps -------------------------------------------------------------------------------- /latex/fol-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/fol-exercises.tex -------------------------------------------------------------------------------- /latex/future-exercises.tex: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /latex/game-playing-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/game-playing-exercises.tex -------------------------------------------------------------------------------- /latex/ilp-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/ilp-exercises.tex -------------------------------------------------------------------------------- /latex/intro-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/intro-exercises.tex -------------------------------------------------------------------------------- /latex/knowledge+logic-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/knowledge+logic-exercises.tex -------------------------------------------------------------------------------- /latex/kr-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/kr-exercises.tex -------------------------------------------------------------------------------- /latex/logical-inference-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/logical-inference-exercises.tex -------------------------------------------------------------------------------- /latex/nlp-communicating-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/nlp-communicating-exercises.tex -------------------------------------------------------------------------------- /latex/nlp-english-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/nlp-english-exercises.tex -------------------------------------------------------------------------------- /latex/perception-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/perception-exercises.tex -------------------------------------------------------------------------------- /latex/philosophy-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/philosophy-exercises.tex -------------------------------------------------------------------------------- /latex/planning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/planning-exercises.tex -------------------------------------------------------------------------------- /latex/probability-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/probability-exercises.tex -------------------------------------------------------------------------------- /latex/reinforcement-learning-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/reinforcement-learning-exercises.tex -------------------------------------------------------------------------------- /latex/robotics-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/robotics-exercises.tex -------------------------------------------------------------------------------- /latex/search-exercises.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/latex/search-exercises.tex -------------------------------------------------------------------------------- /markdown/1-Introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/1-Introduction/README.md -------------------------------------------------------------------------------- /markdown/1-Introduction/exercises/ex_1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/1-Introduction/exercises/ex_1/index.md -------------------------------------------------------------------------------- /markdown/1-Introduction/exercises/ex_14/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Is AI a science, or is it engineering? Or neither or both? Explain. 4 | -------------------------------------------------------------------------------- /markdown/1-Introduction/exercises/ex_2/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/1-Introduction/exercises/ex_2/index.md -------------------------------------------------------------------------------- /markdown/1-Introduction/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/1-Introduction/index.md -------------------------------------------------------------------------------- /markdown/10-Classical-Planning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/10-Classical-Planning/README.md -------------------------------------------------------------------------------- /markdown/10-Classical-Planning/exercises/ex_9/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Prove that backward search with PDDL problems is complete. 4 | -------------------------------------------------------------------------------- /markdown/10-Classical-Planning/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/10-Classical-Planning/index.md -------------------------------------------------------------------------------- /markdown/12-Knowledge-Representation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/12-Knowledge-Representation/index.md -------------------------------------------------------------------------------- /markdown/13-Quantifying-Uncertainity/exercises/ex_1/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Show from first principles that $P(a{{\,|\,}}b\land a) = 1$. 4 | -------------------------------------------------------------------------------- /markdown/13-Quantifying-Uncertainity/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/13-Quantifying-Uncertainity/index.md -------------------------------------------------------------------------------- /markdown/14-Probabilistic-Reasoning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/14-Probabilistic-Reasoning/README.md -------------------------------------------------------------------------------- /markdown/14-Probabilistic-Reasoning/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/14-Probabilistic-Reasoning/index.md -------------------------------------------------------------------------------- /markdown/16-Making-Simple-Decisions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/16-Making-Simple-Decisions/README.md -------------------------------------------------------------------------------- /markdown/16-Making-Simple-Decisions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/16-Making-Simple-Decisions/index.md -------------------------------------------------------------------------------- /markdown/17-Making-Complex-Decision/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/17-Making-Complex-Decision/README.md -------------------------------------------------------------------------------- /markdown/17-Making-Complex-Decision/exercises/ex_20/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Solve the game of three-finger Morra. 4 | -------------------------------------------------------------------------------- /markdown/17-Making-Complex-Decision/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/17-Making-Complex-Decision/index.md -------------------------------------------------------------------------------- /markdown/18-Learning-From-Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/18-Learning-From-Examples/README.md -------------------------------------------------------------------------------- /markdown/18-Learning-From-Examples/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/18-Learning-From-Examples/index.md -------------------------------------------------------------------------------- /markdown/19-Knowledge-In-Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/19-Knowledge-In-Learning/README.md -------------------------------------------------------------------------------- /markdown/19-Knowledge-In-Learning/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/19-Knowledge-In-Learning/index.md -------------------------------------------------------------------------------- /markdown/2-Intelligent-Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/2-Intelligent-Agent/README.md -------------------------------------------------------------------------------- /markdown/2-Intelligent-Agent/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/2-Intelligent-Agent/index.md -------------------------------------------------------------------------------- /markdown/21-Reinforcement-Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/21-Reinforcement-Learning/README.md -------------------------------------------------------------------------------- /markdown/21-Reinforcement-Learning/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/21-Reinforcement-Learning/index.md -------------------------------------------------------------------------------- /markdown/24-Perception/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/24-Perception/README.md -------------------------------------------------------------------------------- /markdown/24-Perception/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/24-Perception/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/README.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_1/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_10/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_10/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_11/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_11/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_12/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_12/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_2/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_2/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_3/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_3/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_4/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_4/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_5/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_5/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_6/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_6/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_7/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_7/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_8/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_8/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/exercises/ex_9/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/exercises/ex_9/index.md -------------------------------------------------------------------------------- /markdown/25-Robotics/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/25-Robotics/index.md -------------------------------------------------------------------------------- /markdown/4-Beyond-Classical-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/4-Beyond-Classical-Search/README.md -------------------------------------------------------------------------------- /markdown/4-Beyond-Classical-Search/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/4-Beyond-Classical-Search/index.md -------------------------------------------------------------------------------- /markdown/5-Adversarial-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/5-Adversarial-Search/README.md -------------------------------------------------------------------------------- /markdown/5-Adversarial-Search/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/5-Adversarial-Search/index.md -------------------------------------------------------------------------------- /markdown/7-Logical-Agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/7-Logical-Agents/README.md -------------------------------------------------------------------------------- /markdown/7-Logical-Agents/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/7-Logical-Agents/index.md -------------------------------------------------------------------------------- /markdown/8-First-Order-Logic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/8-First-Order-Logic/README.md -------------------------------------------------------------------------------- /markdown/8-First-Order-Logic/exercises/ex_3/question.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Is the sentence ${\exists\,x,y\;\;} x{{\,=\,}}y$ valid? Explain. 4 | -------------------------------------------------------------------------------- /markdown/8-First-Order-Logic/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/8-First-Order-Logic/index.md -------------------------------------------------------------------------------- /markdown/Future Exercises/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/Future Exercises/README.md -------------------------------------------------------------------------------- /markdown/Future Exercises/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/Future Exercises/index.md -------------------------------------------------------------------------------- /markdown/answersubmittedd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/answersubmittedd.html -------------------------------------------------------------------------------- /markdown/bookmarks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/bookmarks.html -------------------------------------------------------------------------------- /markdown/questbank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/markdown/questbank.md -------------------------------------------------------------------------------- /public/aima_logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/aima_logo.ico -------------------------------------------------------------------------------- /public/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /public/css/lanyon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/css/lanyon.css -------------------------------------------------------------------------------- /public/css/poole.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/css/poole.css -------------------------------------------------------------------------------- /public/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/css/style.css -------------------------------------------------------------------------------- /public/css/syntax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/css/syntax.css -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Black.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-BlackItalic.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Bold.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-BoldItalic.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-ExtraBold.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-ExtraLight.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Italic.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Light.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-LightItalic.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Medium.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-MediumItalic.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Regular.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-SemiBold.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-Thin.ttf -------------------------------------------------------------------------------- /public/fonts/poppins/Poppins-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/public/fonts/poppins/Poppins-ThinItalic.ttf -------------------------------------------------------------------------------- /search/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/search/index.html -------------------------------------------------------------------------------- /search_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/search_data.json -------------------------------------------------------------------------------- /staticman.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omoshee/Delta-executor/HEAD/staticman.yml --------------------------------------------------------------------------------