Activity for Modelchecking Agent Programming Language

  • Louise Dennis committed [9e5f48]

    Juno with state implementation.

  • Louise Dennis committed [bb63a6]

    More manual tweaking.

  • Louise Dennis committed [97e841]

    Fixing a pretty printing issue.

  • Louise Dennis committed [baa8ed]

    Reworking Why-Questions in line with paper.

  • Louise Dennis committed [72d9fc]

    Chapter 2 of manual updated.

  • Louise Dennis committed [b72f11]

    Working on the manual for AJPF 2019.

  • Louise Dennis committed [7e0217]

    Merge branch 'master' into omniscient

  • Louise Dennis committed [f5397b]

    Editing readme to remove deposit information.

  • Louise Dennis committed [303568]

    Updating files for submission to data catalogue.

  • Louise Dennis committed [6fcc3e]

    Merge branch 'master' into ethical_engine

  • Louise Dennis committed [a4de07]

    Fixing an import error.

  • Louise Dennis committed [492471]

    Umm?

  • Louise Dennis committed [691268]

    Organising for data release.

  • Louise Dennis committed [742f0d]

    Ignoring event table files.

  • Louise Dennis committed [4bf5b5]

    Minor changes.

  • Louise Dennis committed [932bba]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Vincent Koeman Vincent Koeman committed [7e0c92]

    add TODO in prettyprinter about printing plans (to end-users)

  • Vincent Koeman Vincent Koeman committed [3caf62]

    tweak for printing plans which don't have any deeds (anymore)

  • Vincent Koeman Vincent Koeman committed [53edea]

    minor tweaks

  • Vincent Koeman Vincent Koeman committed [1be761]

    also 'revert' some changes in the pretty printer a bit if there are no

  • Vincent Koeman Vincent Koeman committed [ec29f8]

    checked places in which toString with descriptions does something really

  • Vincent Koeman Vincent Koeman committed [dc32b8]

    tweak some more output (duplication)

  • Vincent Koeman Vincent Koeman committed [73f161]

    remove extra space

  • Louise Dennis committed [4bf561]

    Adding in a new modify intention event to handle goal posting modifications

  • Vincent Koeman Vincent Koeman committed [54ed68]

    only print out relevant parts of a unifier for plans (as we no longer

  • Vincent Koeman Vincent Koeman committed [dc04c6]

    yet more improvements to the output of events/explanations :) +undo

  • Vincent Koeman Vincent Koeman committed [1c2388]

    added some more stuff to the description library of the ORCA example

  • Vincent Koeman Vincent Koeman committed [308cf0]

    huge clean-up, with some minor tweaks and improvements +documentation!

  • Vincent Koeman Vincent Koeman committed [b8b1c2]

    improve GuardEvent->getLookupData again

  • Vincent Koeman Vincent Koeman committed [9c431e]

    improve printing guard results (true/false special cases)

  • Vincent Koeman Vincent Koeman committed [b313f0]

    fix bug

  • Vincent Koeman Vincent Koeman committed [57b093]

    comment out weird stuff in Event->getPredicateIndicator

  • Vincent Koeman Vincent Koeman committed [e732cd]

    first working concept of navigable explanations :)

  • Vincent Koeman Vincent Koeman committed [b4b07b]

    implement Predicate.isVar, fix printing of beliefs/goals/messages in

  • Vincent Koeman Vincent Koeman committed [4d96db]

    fix GuardEvent's lookup-data by properly including all sub-predicates of

  • Vincent Koeman Vincent Koeman committed [f5747b]

    allow HTML in explanations; show all code-related stuff in Courier font

  • Vincent Koeman Vincent Koeman committed [ac9e59]

    replace - with = in printing unifiers

  • Vincent Koeman Vincent Koeman committed [41a1b6]

    see previous

  • Vincent Koeman Vincent Koeman committed [971190]

    more pretty-printing tweaks :)

  • Louise Dennis Louise Dennis committed [6cfa97]

    Distinguishing type of intention modification.

  • Louise Dennis Louise Dennis committed [98ea4e]

    Improving pretty printing of things going to default evaluation base.

  • Louise Dennis Louise Dennis committed [304ef2]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Louise Dennis Louise Dennis committed [0f03e5]

    Fixing an incorrect merge.

  • Vincent Koeman Vincent Koeman committed [43bc0d]

    add some spaces to the pretty printing of intention/plan bodies

  • Vincent Koeman Vincent Koeman committed [4e214b]

    include intention modifications in explanations (not in the string yet),

  • Vincent Koeman Vincent Koeman committed [4ffc6d]

    add some descriptions to the ORCA example, just to try it out :)

  • Vincent Koeman Vincent Koeman committed [7d0150]

    more fixes due to intentions being created before descriptions being set

  • Vincent Koeman Vincent Koeman committed [5fd0b9]

    use true/false for tracing.enabled (not 1/0)

  • Vincent Koeman Vincent Koeman committed [c47ea5]

    also use the predicate descriptions in explanations now (+fix getting

  • Vincent Koeman Vincent Koeman committed [a21af2]

    allow using variables in predicate descriptions (example added to

  • Vincent Koeman Vincent Koeman committed [b93055]

    fix definition of a string in the subparser

  • Vincent Koeman Vincent Koeman committed [d1af13]

    fix PredicateDescriptions->getDescription (use match, not unify)

  • Vincent Koeman Vincent Koeman committed [8a52a8]

    implemented first working (!) concept of pretty-printing predicates

  • Vincent Koeman Vincent Koeman committed [9bd7c3]

    created a sub-grammar of Gwendolen that can (only) parse 'predicate

  • Vincent Koeman Vincent Koeman committed [91ca02]

    tweak explanations (especially for continue-intention guards)

  • Vincent Koeman Vincent Koeman committed [e39db5]

    many tweaks to the way events are printed

  • Vincent Koeman Vincent Koeman committed [838157]

    tweaked explanations based on the new pretty printing as well

  • Vincent Koeman Vincent Koeman committed [cbd2f1]

    modified a lot of event->toStrings because most of it has now been

  • Louise Dennis Louise Dennis committed [32227b]

    Adding a event to note modifications to intentions.

  • Louise Dennis Louise Dennis committed [15636d]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Vincent Koeman Vincent Koeman committed [31b8cc]

    fix at least some code duplication in the eventtable

  • Vincent Koeman Vincent Koeman committed [ffde90]

    also allow asking 'why goal' now :)

  • Vincent Koeman Vincent Koeman committed [b50841]

    allow asking "why belief?" questions (in principle)

  • Vincent Koeman Vincent Koeman committed [4cb305]

    Merge branch 'omniscient' of ssh://vjkoeman@git.code.sf.net/p/mcapl/mcapl_code into omniscient

  • Louise Dennis Louise Dennis committed [a0c7e6]

    Tweaking wording in pretty printing to make distinction between events and deeds clearer.

  • Louise Dennis Louise Dennis committed [2fb1ae]

    Prettier pritning of no plan yet deeds.

  • Louise Dennis Louise Dennis committed [fe2d17]

    Reducing duplicate printing caused by double checking of appPlans.

  • Louise Dennis Louise Dennis committed [3e7221]

    Adding a new event type "perceived" for intentions created from perception.

  • Louise Dennis Louise Dennis committed [8066f1]

    Refining the printing of intentions.

  • Louise Dennis Louise Dennis committed [08d2df]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Vincent Koeman Vincent Koeman committed [f9bf70]

    actually get another explanation level working :) +respond to keyevents

  • Vincent Koeman Vincent Koeman committed [6173e1]

    set explicit grid color in eventtable for mac

  • Vincent Koeman Vincent Koeman committed [cce312]

    fix previous commit

  • Vincent Koeman Vincent Koeman committed [19ac8c]

    account for plan continuations, for which the guard is not re-evaluated

  • Vincent Koeman Vincent Koeman committed [45ad71]

    add infrastructure to be able to generate different explanations

  • Vincent Koeman Vincent Koeman committed [933908]

    add (giant) WHY? button to the eventtable interface

  • Vincent Koeman Vincent Koeman committed [75a019]

    apparently there is a much simpler way of syncing scrollpanes

  • Vincent Koeman Vincent Koeman committed [025a33]

    add TODOs in EventTable, rename Reason to AbstractReason

  • Vincent Koeman Vincent Koeman committed [99f95e]

    table row labels are now synced for long tables (i.e. scroll)

  • Vincent Koeman Vincent Koeman committed [20a0e7]

    Merge branch 'omniscient' of ssh://vjkoeman@git.code.sf.net/p/mcapl/mcapl_code into omniscient

  • Louise Dennis Louise Dennis committed [049dbd]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Louise Dennis Louise Dennis committed [4d7a0a]

    Fixing pretty printing of intentions.

  • Louise Dennis Louise Dennis committed [6768a8]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Louise Dennis Louise Dennis committed [017ab7]

    Changing intention constructor to take pretty printer.

  • Louise Dennis Louise Dennis committed [62a17e]

    Still fixing intention pretty printing.

  • Vincent Koeman Vincent Koeman committed [f743de]

    tweak guardreason.toString a bit more

  • Vincent Koeman Vincent Koeman committed [489130]

    tweak explanation text, fix tracing bug in planlibrary

  • Vincent Koeman Vincent Koeman committed [f862c8]

    remove leftover println

  • Vincent Koeman Vincent Koeman committed [3b18e2]

    make sure everything compiles again

  • Vincent Koeman Vincent Koeman committed [d7d513]

    implement first prototype for answering 'why ACTION' questions

  • Vincent Koeman Vincent Koeman committed [c7484a]

    Merge branch 'omniscient' of ssh://vjkoeman@git.code.sf.net/p/mcapl/mcapl_code into omniscient

  • Louise Dennis Louise Dennis committed [dc26b4]

    Pretty printing for applicable plans.

  • Louise Dennis Louise Dennis committed [ef4011]

    Merge remote-tracking branch 'origin/omniscient' into omniscient

  • Vincent Koeman Vincent Koeman committed [a91a06]

    -

  • Louise Dennis Louise Dennis committed [647ef8]

    Started implementing pretty printing with a Gwendolen Specific pretty printer for intentions.

  • Vincent Koeman Vincent Koeman committed [b629bc]

    fix modificationaction, make sure the ORCA agent terminates

  • Vincent Koeman Vincent Koeman committed [d8f02a]

    create guard events at the correct (deep-down) place

  • Vincent Koeman Vincent Koeman committed [bc93df]

    do clone stuff to prevent threading issues, improve the description of

  • Vincent Koeman Vincent Koeman committed [81b5eb]

    extend description of generate plans event

  • Vincent Koeman Vincent Koeman committed [1f5c7b]

    give intentions a unique id based on the how-manieth intention it is,

1 >