Skip to content

Unstable rule selection by the GHOST action selector #15

Description

@joejnke

The GHOST action selector makes unpredictable rule selection between two same rules but different in their goal strength (ghost-parse "#goal: (goal1=0.7) u: (hi) hello there ^keep") and (ghost-parse "#goal: (goal1=0.5) u: (hi) hi there ^keep"). Running the code (test-ghost "hi") gives sometimes ((WordNode "hi") (WordNode "there") ) and other times ((WordNode "hello") (WordNode "there") ).
The expected response was expected to be of the rule with the highest goal strength, that is ((WordNode "hello") (WordNode "there") )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions