Giter Site home page Giter Site logo

asp_navigation's People

Contributors

kchanda2 avatar shiqizhang6 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

asp_navigation's Issues

Wrong Action Sequence Generated at step 7

There is a generation of Wrong Action Sequence at step 7, It should be unload at 7 and then approach action

approach(d1_corr_m_corr_watson,0) gothrough(d1_corr_m_corr_watson,2) approach(d1_corr_m_corr_watson,4) gothrough(d1_corr_m_corr_watson,6) approach(d1_corr_m_corr_watson,7) gothrough(d1_corr_m_corr_watson,10) approach(d1_corr_m_corr_watson,12) gothrough(d1_corr_m_corr_watson,14) unload(b0,8) unload(s0,15) load(b0,3) load(s0,11) opendoor(d1_corr_m_corr_watson,1) opendoor(d1_corr_m_corr_watson,5) opendoor(d1_corr_m_corr_watson,9) opendoor(d1_corr_m_corr_watson,13)

The query was this :-
at(r1_corr_watson, 0).
located(O, r1_corr_m, 0) :- object(O).
-loaded(O, 0) :- object(O).

:- not located(b0, r1_corr_watson, n-1).
:- not located(s0, r1_corr_watson, n-1).

#show approach/2.
#show gothrough/2.
#show opendoor/2.
#show load/2.
#show unload/2.

An extra approach action generated

Expected output :

approach(d1_m11,0) approach(d1_corr_m_corr_watson,3) goto(coffee_counter,6) gothrough(d1_corr_m_corr_watson,5) gothrough(d1_m11,2) opendoor(d1_m11,1) opendoor(d1_corr_m_corr_watson,4)

Observed output : approach(d1_m11,0) approach(d1_corr_m_corr_watson,3) approach(d1_corr_m_corr_watson,6) goto(coffee_counter,7) gothrough(d1_corr_m_corr_watson,5) gothrough(d1_m11,2) opendoor(d1_m11,1) opendoor(d1_corr_m_corr_watson,4)

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.