Skip to content

scranefield/jason-social-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

jason-social-practices

A metadeliberation plan and associated Jason metainterpreter enabling Jason BDI agents to act in accordance with social practices.

To use in a Jason program, include the following preprocessor directive in your agent source (asl) files:

{ include("metadeliberation.asl") }

Your agent code should include facts defining the social practices and their landmarks, in the format:

social_practice(SPName, ListOfActivationConditions).
landmark(SPName, Landmark1Name, PriorLandmarkList1, [action(ActorList1 Action1)], LM1PurposeLiteral).
landmark(SPName, Landmark2Name, PriorLandmarkList2, [action(ActorList2,Action2)], LM2PurposeLiteral).
...

If using the metainterpreter alone, use this preprocessor directive:

{ include("metainterpreter.asl") }

To come: agent and environment code for an example scenario.

For more information, see https://arxiv.org/abs/1903.03189.

About

A metadeliberation plan and associated Jason metainterpreter enabling Jason BDI agents to act in accordance with social practices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors