File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Note that it is still possible to detect that your agent may have encountered a
127
127
known source of a correctness issue by looking at the output of the chunk
128
128
stats command. It has specific statistics for some of the sources, while others
129
129
can be gleaned indirectly. For example, if the stats show that some rules
130
- required repair, you know that your agent testing or augmenting a previous
130
+ required repair, you know that your agent is testing or augmenting a previous
131
131
result in a substate.
132
132
133
133
### chunk allow-local-negations
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ detected or whether it required repair to make it fully operational.
357
357
358
358
Finally, the explainer will also create the data necessary to visualize all of
359
359
the processing described in an image using the new ’visualize’ command. These
360
- visualization are the easiest way to quickly understand how a rule was formed.
360
+ visualizations are the easiest way to quickly understand how a rule was formed.
361
361
362
362
Note that, despite recording so much information, a lot of effort has been put
363
363
into minimizing the cost of the explainer. When debugging, we often let it
Original file line number Diff line number Diff line change @@ -145,10 +145,11 @@ file type. This feature has not been tested extensively on other platforms.
145
145
Certain systems may not allow Soar to launch an external program.
146
146
147
147
???+ note
148
- For the visualizer to work, you must have Graphviz and DOT installed, which are
149
- free third-party tools, and both must be available on your path. To date, the
150
- visualizer has only been tested on Mac and Linux. It is possible that certain
151
- systems may not allow Soar to launch an external program.
148
+ For the visualizer to work, you must have [ Graphviz] ( https://graphviz.org/ )
149
+ and ` dot ` installed, which are free third-party tools, and both must be
150
+ available on your path. To date, the visualizer has only been tested on Mac
151
+ and Linux. It is possible that certain systems may not allow Soar to launch
152
+ an external program.
152
153
153
154
## See Also
154
155
You can’t perform that action at this time.
0 commit comments