Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions soar-eval/agents/bw-op-subgoal-base.soar
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# BW-Op-Subgoal agent WITHOUT the hardcoded initialization.
# The eval harness sources a generated task initialization separately.
#
# Path is relative to the repo root. Run from the repo root or set
# the working directory before sourcing this file.

pushd "UnitTests/SoarTestAgents/Chunking/tests/BW-Op-Subgoal/BW-Op-Subgoal"
source _firstload.soar
pushd all
source all_source.soar
popd
pushd elaborations
source elaborations_source.soar
popd
source _readme.soar
# NOTE: initialize-blocks-world.soar is NOT sourced — task generator provides it
source move-block.soar
pushd move-block
source move-block_source.soar
popd
popd
Loading