Skip to content

Commit 4baf64c

Browse files
authored
Merge pull request #64 from apprenticelearner/dev
Update to 0.5.0 on AL_HTML + Add NumbaPlanner
2 parents 587feb5 + 6b859de commit 4baf64c

File tree

18 files changed

+1794
-1159
lines changed

18 files changed

+1794
-1159
lines changed

apprentice/agents/ModularAgent.py

Lines changed: 133 additions & 40 deletions
Large diffs are not rendered by default.

apprentice/agents/RLAgent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
from apprentice.planners.fo_planner import FoPlanner
1414
from apprentice.planners.fo_planner import subst
15-
from apprentice.planners.rulesets import functionsets
16-
from apprentice.planners.rulesets import featuresets
15+
from apprentice.working_memory.fo_planner_operators import functionsets
16+
from apprentice.working_memory.fo_planner_operators import featuresets
1717
# from apprentice.planners.fo_planner import arith_rules
1818
from apprentice.agents.base import BaseAgent
1919

apprentice/agents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .soartech_agent import SoarTechAgent
1+
from .experta_agent import ExpertaAgent

0 commit comments

Comments
 (0)