Skip to content

Commit

Permalink
Revert removal of WIP warnings for manual and tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
moschmdt committed Aug 6, 2024
1 parent 1384430 commit 6337e68
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/soar_manual/05_ReinforcementLearning.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{manual_wip_warning}}

# Reinforcement Learning

Soar has a reinforcement learning (RL) mechanism that tunes operator selection
Expand Down
3 changes: 3 additions & 0 deletions docs/soar_manual/06_SemanticMemory.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{manual_wip_warning}}

# Semantic Memory

Soar’s semantic memory is a repository for long-term declarative knowledge,
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/soar_tutorial/05.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{tutorial_wip_warning("Soar.Tutorial.Part.5.-.Planning.and.Learning.pdf")}}

# Part V: Planning and Learning

This part of the tutorial will teach you to build Soar programs that use
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/soar_tutorial/06.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{tutorial_wip_warning("Soar.Tutorial.Part.6.-.Reinforcement.Learning.pdf")}}

# Part VI: Reinforcement Learning

Let us quickly review the type of operator preferences you have used
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/soar_tutorial/07.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{tutorial_wip_warning("Soar.Tutorial.Part.7.-.SMem.pdf")}}

# Part VII: Semantic Memory

Semantic memory (SMem) in Soar is a mechanism that allows agents to
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/soar_tutorial/08.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- markdownlint-disable MD041 -->
{{tutorial_wip_warning("Soar.Tutorial.Part.8.-.EpMem.pdf")}}

# Part VIII: Episodic Memory

Episodic memory (EpMem) in Soar is a mechanism that automatically
Expand Down

0 comments on commit 6337e68

Please sign in to comment.