Linas Vepštas

Results 1069 comments of Linas Vepštas

FYI, I have started trying to do this here: https://github.com/opencog/ros-behavior-scripting I pretty much haven't gotten anywhere yet; just laying down scaffolding right now. Its more of a proof-of-concept.

Yes, eventually. Right now, its just laying down bare-bones, and fixing crashes. Trying to lay down enough of a framework that perhaps others can join in eventually. Right now, nothing...

Milestone reached with integration of chatbot with openpsi in the last few months...

The irc interfaces are here: https://github.com/opencog/opencog/tree/master/opencog/nlp/chatbot It does two things: 1) log into IRC and do IRC things 2) whenever someone talked to the robot, it sent whatever the user...

My first guess is that the python bindings are broken, again. Both @noskill and @vsbogd use python regularly, maybe they know ...

Try `cog-extract-recursive!` with the exclamation mark at the end. I think it's needed. There is a backward-compatibility layer, without the exclamation mark, but perhaps it is not being loaded for...

1) you wrote "What does Tome eat?" - try again without the "e" 2) the chatbot was very incomplete: if you look at `bot-api.scm`, it doesn't do much. 3) the...

Certainly, you can clear and reload the atomspace. But perhaps this eats up too much CPU/elapsed time? If so, there is another possibility: load the base rules and content into...

At the guile prompt: ``` (use-modules (opencog)) ,a atomspace ``` `,a` is short for `,apropos`. This will list a dozen functions. Then, `,d` is short for `,describe`, for example: ```...