Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maker DAO examples stub added to deontic logic experiments #58

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

CICS-Oleg
Copy link
Contributor

There are some questions about this example:
a result of the example is a list of Bools but not just one Bool, why is it?
is there an effective way to find/match all the ADs for which action have been taken?

@CICS-Oleg CICS-Oleg requested a review from Necr0x0Der December 13, 2024 09:58
@CICS-Oleg CICS-Oleg marked this pull request as draft December 13, 2024 10:00
Copy link
Contributor

@Necr0x0Der Necr0x0Der left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are misspellings, which should be fixed

(take-action DAO AD1)

(= (obliged (take-action $dao $ad))
(and (== (Facilitator $dao) True) (== (misaligned $ac) True)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ac should be $ad (or visa versa)

(and (== (Facilitator $dao) True) (== (misaligned $ac) True)))

(= (obliged (be-penalized $dao $ad))
(and (and (== (Facilitator $dao) True) (== (misaligned $ac) True))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ac should be $ad or visa versa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants