Re: [opencog-dev] Using Atomese as an alternative to PDDL

2018-01-03 Thread Linas Vepstas
On Wed, Jan 3, 2018 at 9:57 AM, Nil Geisweiller wrote: > Actually you'd have to use an ImplicationScope, not an Implication > Are you sure? I thought ImplicationScope did something very different; didn't we conclude this conversation a few weeks ago? > But as efficient as it might be in pra

[opencog-dev] Re: Criticism of pure patternism and of PLN

2018-01-03 Thread holalacoruna
nondual is the public word, but is quite vague.. see: https://en.wikipedia.org/wiki/Fuzzy_set#Extensions bipolar fuzzy sets papers: https://digitalcommons.georgiasouthern.edu/do/search/?q=author_lname%3A%22Zhang%22%20author_fname%3A%22Wen-Ran%22&start=0&context=3893890&facet= -- You received thi

[opencog-dev] Re: Getting Segmentation Fault error while trying execute scheme code using the python api

2018-01-03 Thread Michael Duncan
i get a segfault also, you should post a githubb issue. On Thursday, December 28, 2017 at 11:59:36 AM UTC-5, Xabush Semrie wrote: > > I have MOSES training results in scheme format that is I want to import to > the atomspace. I am using the OpenCog python api to access the atomsapce > and impor

[opencog-dev] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-01-03 Thread lolo sami
US Congressional Hearing of Saudi billionaire" maan Al Sanea " and Money Laundering with bank of America With Arabic Subtitles http://www.youtube.com/watch?v=mIBNnQvhU8s *موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *ا

[opencog-dev] Criticism of pure patternism and of PLN

2018-01-03 Thread Eugene Gr. Philippov
R.Kurzweil and B.Goertzel write about a patternist point of view to the Universe. I would like to write about multiparadigm and metaparadigm map of the Universe and non-dual (in K.Wilber's and advaita's sense) territory of the Universe. This is much wider than pure patternism. Patternism is a s

Re: [opencog-dev] Using Atomese as an alternative to PDDL

2018-01-03 Thread 'Nil Geisweiller' via opencog
See also https://github.com/opencog/atomspace/tree/master/examples/rule-engine for even simpler examples. Nil On 01/02/2018 11:39 AM, Ben Goertzel wrote: HI, we don't have a planner per se in OpenCog right now, what we have is a probabilistic logic backward chainer... https://wiki.opencog.or

Re: [opencog-dev] Using Atomese as an alternative to PDDL

2018-01-03 Thread 'Nil Geisweiller' via opencog
On 01/02/2018 11:41 PM, Linas Vepstas wrote: So: English: "every sweep boat is a boat" written in ASP:   boat(BOAT) :- sweep_boat(BOAT). written in Atomese: Implication     Evaluation     Predicate "sweep_boat"     List Variable BOAT     Evaluation     Predicate

Re: [opencog-dev] Getting Segmentation Fault error while trying execute scheme code using the python api

2018-01-03 Thread Xabush Semrie
I tried using your example and still getting the same error. For clarity here is what I tried to run in python: from opencog.scheme_wrapper import scheme_eval, scheme_eval_as atomspace = scheme_eval_as('(cog-atomspace)') with open('foo.scm', 'r') as fp: scm = fp.read() response = scheme_ev