Skip to content

Commit 802856e

Browse files
authored
Update CONTRIBUTION.md with status from issue #27
(Note: it may be better to move issue #27 and this file into a wiki so that there aren't two places for the same information)
1 parent cbd4b19 commit 802856e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTION.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Thanks for considering contributing to `aima-javascript`! We are building *visualizations* of the concepts, problems, and solutions described in AIMA. Whether you are an aspiring [Google Summer of Code](https://summerofcode.withgoogle.com/organizations/5663121491361792/) student, or an independent contributor, here is a guide to how you can help:
66

7-
- First, read and understand the code to get a feel for the extent and the style.
7+
- First, read and understand the code to get a feel for how the visualizations are implemented.
88
- Pick a chapter from the list below that's not already being worked on, and state your intent to work on it the [Division of work](https://github.com/aimacode/aima-javascript/issues/27) thread.
99
- Alternatively, look at the [issues](https://github.com/aimacode/aima-javascript/issues) and pick one to work on.
1010
- Please squash all commits into a single commit.
@@ -13,29 +13,29 @@ Thanks for considering contributing to `aima-javascript`! We are building *visua
1313

1414
| Chapter | Status |
1515
| :----------------------------------------------------------------------------------: | :-------------------------: |
16-
| [1-Introduction](/1-Introduction/) | In Progress |
16+
| [1-Introduction](/1-Introduction/) | In Progress? |
1717
| [2-Intelligent-Agents](/2-Intelligent-Agents) | Completed |
1818
| [3-Solving-Problems-By-Searching](/3-Solving-Problems-By-Searching) | [In Progress](https://github.com/aimacode/aima-javascript/issues/57) |
1919
| [4-Beyond-Classical-Search](/4-Beyond-Classical-Search) | [In Progress](https://github.com/aimacode/aima-javascript/issues/58) |
20-
| [5-Adversarial-Search](/5-Adversarial-Search) | In Progress |
21-
| [6-Constraint-Satisfaction-Problems](/6-Constraint-Satisfaction-Problems) | Completed |
20+
| [5-Adversarial-Search](/5-Adversarial-Search) | [In Progress](https://github.com/aimacode/aima-javascript/issues/72) |
21+
| [6-Constraint-Satisfaction-Problems](/6-Constraint-Satisfaction-Problems) | In Progress? |
2222
| [7-Logical-Agents](/7-Logical-Agents) | [In Progress](https://github.com/aimacode/aima-javascript/issues/65) |
2323
| [8-First-Order-Logic](/8-First-Order-Logic) | Not implemented |
2424
| [9-Inference-In-First-Order-Logic](/9-Inference-In-First-Order-Logic) | Not implemented |
2525
| [10-Classical-Planning](/10-Classical-Planning) | Not implemented |
2626
| [11-Planning-And-Acting-In-The-Real-World](/11-Planning-And-Acting-In-The-Real-World) | Not implemented |
2727
| [12-Knowledge-Representation](/12-Knowledge-Representation) | Not implemented |
28-
| [13-Quantifying-Uncertainity](/13-Quantifying-Uncertainity) | In Progress |
28+
| [13-Quantifying-Uncertainity](/13-Quantifying-Uncertainity) | In Progress? |
2929
| [14-Probabilistic-Reasoning](/14-Probabilistic-Reasoning) | Not implemented |
3030
| [15-Probabilistic-Reasoning-Over-Time](/15-Probabilistic-Reasoning-Over-Time) | [In Progress](https://github.com/aimacode/aima-javascript/issues/59) |
3131
| [16-Making-Simple-Decisions](/16-Making-Simple-Decisions) | Not implemented |
3232
| [17-Making-Complex-Decisions](/17-Making-Complex-Decisions) | Not implemented |
3333
| [18-Learning-From-Examples](/18-Learning-From-Examples) | [In Progress](https://github.com/aimacode/aima-javascript/issues/60) |
34-
| [19-Knowledge-In-Learning](/19-Knowledge-In-Learning) | Not implemented |
34+
| [19-Knowledge-In-Learning](/19-Knowledge-In-Learning) | [In Progress](https://github.com/aimacode/aima-javascript/issues/68) |
3535
| [20-Learning-Probabilistic-Models](/20-Learning-Probabilistic-Models) | Not implemented |
36-
| [21-Reinforcement-Learning](/21-Reinforcement-Learning) | Not implemented |
37-
| [22-Natural-Language-Processing](/22-Natural-Language-Processing) | In Progress |
38-
| [23-Natural-Language-For-Communication](/23-Natural-Language-For-Communication) | In Progress |
36+
| [21-Reinforcement-Learning](/21-Reinforcement-Learning) | [In Progress](https://github.com/aimacode/aima-javascript/issues/62) |
37+
| [22-Natural-Language-Processing](/22-Natural-Language-Processing) | In Progress? |
38+
| [23-Natural-Language-For-Communication](/23-Natural-Language-For-Communication) | In Progress? |
3939
| [24-Perception](/24-Perception) | Not implemented |
4040
| [25-Robotics](/25-Robotics) | Not implemented |
4141
| [26-Philosophical-Foundations](/26-Philosophical-Foundations) | Not implemented |

0 commit comments

Comments
 (0)