8000 GitHub - dionisos2/KnowledgeLib.jl: A way to manipulate knowledge of knowledge through a particular logic.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dionisos2/KnowledgeLib.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeLib

A package to manipulate a particular formal logic used to represent knowledge of knowledge.

How to use

using KnowledgeLib

x_and_y = kl"(x . y)"
x_or_y = kl"(x + y)"
not_x = kl"!x"

albert_know_x = kl"albert:x"

# A common knowledge is a knowledge people have, know other have, know other people know other people have, etc…
albert_and_bernard_have_common_knowledge_about_x = kl"[albert, bernard]:x"

# albert^(n+1) is a Agent that know everything albert^n know, plus some stuffs
# albert == albert^0
albert_know_x_then_know_y_then_know_z = kl"(albert:x . albert^1:y . albert^2:z)"

random_complex_stuff = kl"(([albert,bernard]:celine:(x+y)) . (albert^1:!bernard:x + !y))"

About

A way to manipulate knowledge of knowledge through a particular logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0