singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

pln with torch truth values #71

Closed noskill closed 5 years ago

noskill commented 5 years ago

This PR implements propositional rules of pln with use of torch.Tensor as simple truth value

rule files are left as they are except formulas, which are rewritten if python

https://github.com/singnet/opencog/issues/70

noskill commented 5 years ago

better to inherit TTruthValue from c++ TruthValue class