Git Product home page Git Product logo

juanlao7 / gbjl-strips Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 1.0 6.18 MB

A Java library that implements the STRIPS algorithm. In artificial intelligence, STRIPS (Stanford Research Institute Problem Solver) is an automated planner developed by Richard Fikes and Nils Nilsson in 1971 at SRI International.

License: MIT License

Java 99.32% Batchfile 0.68%
strips-algorithm strips java-library artificial-intelligence

gbjl-strips's People

Contributors

gbg141 avatar juanlao7 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gbg141

gbjl-strips's Issues

Detect loops

Sometimes, due to a cross dependence between two or more operators, the algorithm falls into an infinite loop.

When we detect one of those loops, we should stop the execution of the algorithm and throw an exception.

Avoid unneeded copy of objects

Currently we copy all predicates, operators and predicate sets when we need to store them in the stack, in the plan or in the current state.

Some of those copies are not needed and we can just use the original object.

Improving the instantiation of partially instantiated predicates

Currently, when we have to instantiate a partially instantiated predicate, we try to find a full instantiated predicate in our current state, and then we extract the constant values.

Problem: if the predicate is not in our current state, then the algorithm fails.

Proposal: if the predicate is not in our current state, then try to reach it using an operator.

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.