Giter Club home page Giter Club logo

alma-2.0's People

Contributors

c-maxey avatar goldburger avatar jessesilverberg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alma-2.0's Issues

Duplicate clause bug

Running alma with these two statements, only one will end up in the knowledge base. If one of the ross is changed to something else (rosadsf), they both show up.

fif(and(hearing(julia),proc(learned(not(talking),A),bound)),conclusion(ros(speak()))).
fif(and(hearing(julia),proc(learned(not(talking),A),bound)),conclusion(ros(raise_arm()))).

Variable binding

This:

fif(and(usually(X,Y),and(X,proc(neg_int(not(Y)),bound(Y)))),conclusion(Y)).
usually(bird(A),fly(A)).
bird(swallow).

Becomes this in the KB:

0: usually(X0, Y1) /\ X /\ proc(neg_int(not(Y1)), bound(Y1)) -f-> Y
2: usually(bird(A2), fly(A2))
6: bird(swallow)

so it doesn't derive. Why do the variables not bind like they do in proc-test.pl?

"Idling..." falsely printed

When all preconditions are met for a proc, alma will print Idling... even though if it gets stepped again, it will make a new conclusion from the proc.

Example:
fif(and(hearing(julia),proc(learned(not(talking),A),bound)),conclusion(ros(speak()))).

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.