Code Monkey home page Code Monkey logo

Comments (5)

linas avatar linas commented on June 29, 2024 1

One more for your amusement: https://github.com/hansonrobotics/eva_behavior was the code that controlled the sophia robot.

from owyl.

eykd avatar eykd commented on June 29, 2024

@linas That's pretty cool. I'm impressed that anyone still cares about this otherwise unloved library. Would you be interested in taking over the project? I simply don't have time for it any more.

from owyl.

linas avatar linas commented on June 29, 2024

Hi thanks, but no; the visualizer was written four years ago, by someone else; I just thought you should know about it. It is unused; for various technical reasons, we represent all our data in a graph database (it what owyl calls the "blackboard") and our behavior rules are in the graph db as well (because some behavior rules are automatically generated).

You might be tickled to know that briefly (maybe for almost a year) in 2014-2015, Sophia the Robot (yes, that one) was running on Owyl. Some youtube videos from that era, where she moves, looks smiles, but doesn't talk, might be owyl.

from owyl.

linas avatar linas commented on June 29, 2024

So I'm looking at this, and looking at eykd/blueprint and a lot of what comes across is that you were trying to do declarative programming in python, (which isn't declarative, nor does it have a declarative subset). So I'm thinking, if any of this is still exciting to you, then do think about re-developing these ideas in, say, for example, https://grakn.ai which is a particularly cleanly-designed graph knowledge-base. Thus, everything -- the behaviors, the black-board, the blueprints, etc. would all be stored in the database (where other algos can, for example, add and remove blueprints, add and remove behaviors, etc.) and all you'd need to do is to figure out how to pull parts of the data (query the data), so as to animate it (e.g. the boids example).

We already do all this with https://github.com/opencog/atomspace but the atomspace remains hard to understand, hard to use, and I'm thinking that perhaps grakn.ai is cleaner and prettier and newer and hasn't yet accumulated the cruft. And we need the competition. Or come join us at opencog! (We need the help!)

from owyl.

eykd avatar eykd commented on June 29, 2024

Fascinating. I knew some folks were trying to use it in some robotics stuff, but I didn't know it got that far. :) I was just playing around with some ideas for the pyweek.org programming competition, originally. Thanks for letting me know.

I was definitely experimenting w/ declarative programming, trying to push Python as far as it could go, which turns out to be pretty far. Metaclasses and closures are very powerful tools.

My interests have moved on for now. I probably won't be doing anything in this space any time soon, but good luck with your work at opencog.

from owyl.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.