Skip to content

Commit 37bbc8a

Browse files
committed
This manual version is now the master copy
1 parent ef54658 commit 37bbc8a

10 files changed

+0
-19
lines changed

docs/soar_manual/01_Introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{{manual_wip_warning}}
2-
31
# Introduction
42

53
Soar has been developed to be an architecture for constructing general intelligent systems.

docs/soar_manual/02_TheSoarArchitecture.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{{manual_wip_warning}}
2-
31
# The Soar Architecture
42

53
This chapter describes the Soar architecture. It covers all aspects of Soar except for the

docs/soar_manual/03_SyntaxOfSoarPrograms.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- markdownlint-disable MD041 -->
2-
{{manual_wip_warning}}
3-
42
# The Syntax of Soar Programs
53

64
This chapter describes in detail the syntax of elements in working memory,

docs/soar_manual/04_ProceduralKnowledgeLearning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- markdownlint-disable-next-line -->
2-
{{manual_wip_warning}}
3-
42
# Procedural Knowledge Learning
53

64
## Chunking

docs/soar_manual/05_ReinforcementLearning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- markdownlint-disable MD041 -->
2-
{{manual_wip_warning}}
3-
42
# Reinforcement Learning
53

64
Soar has a reinforcement learning (RL) mechanism that tunes operator selection

docs/soar_manual/06_SemanticMemory.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- markdownlint-disable MD041 -->
2-
{{manual_wip_warning}}
3-
42
# Semantic Memory
53

64
Soar’s semantic memory is a repository for long-term declarative knowledge,

docs/soar_manual/07_EpisodicMemory.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- markdownlint-disable-next-line -->
2-
{{manual_wip_warning}}
3-
42
# Episodic Memory
53

64
Episodic memory is a record of an agent’s stream of experience. The episodic

docs/soar_manual/08_SpatialVisualSystem.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{{manual_wip_warning}}
2-
31
# Spatial Visual System
42

53

docs/soar_manual/09_SoarUserInterface.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{{manual_wip_warning}}
2-
31
# The Soar User Interface
42

53
This chapter describes the set of user interface commands for Soar. All

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ extra:
9494
social:
9595
- icon: fontawesome/brands/github-alt
9696
link: https://github.com/SoarGroup/Soar
97-
manual_wip_warning: "🚧 **Under Construction** 🚧<br/> The HTML version of the manual is currently under construction and slightly out of date. If you find it difficult to read, there is a PDF version available [here](https://github.com/SoarGroup/Soar/releases/download/releases%2F9.6.3/SoarManual.pdf)."
9897
# MAINTAINER NOTE: when you update this, don't forget to also
9998
# update the release notes on the downloads page
10099
soar_version: 9.6.3

0 commit comments

Comments
 (0)