Git Product home page Git Product logo

jason_metacontrol's Introduction

Hi there ๐Ÿ‘‹

  • ๐ŸŒŠ Iโ€™m currently working on self-adaptive underwater robots

Rezender's GitHub stats

Top Langs

HitCount

jason_metacontrol's People

Contributors

rezenders avatar

Watchers

 avatar  avatar

jason_metacontrol's Issues

Accept key from a diagnostic message to start with capital letter

Right now the message read from the diagnostic, the QA, is being added and interpreted as a predicate which does not support Capital letter in the beginning. Fix this. Maybe define the QA as a string, or a predicate with a string term representing the name. like: safety("Safety")

Allow for custom strategies to select reconfiguration plans

Metacontrol does not have a way to select the best reconfiguration. Now it selects the reconfiguration based if the QA values satifies the threshold defined by each function design. And it checks the function designs in the order they were defined until one that satisfies the thresholds is found.

It may be interesting to have the possibility to specify particular methods to select the best reconfiguration. Like in the UNDERSEA and ENTRUST for the UUVs. In jason this could be an application specific reconfiguration plan associated with each Objective or Function.

Remove Function abstraction

I think there is no need to have an objective, function and function designs. This can be solved by having an objective and function designs that solve it.

Is there a situation where it is possible to have 1 objective with more than 1 function? wouldn't it be just more function designs?

allow a function design to have an required objective

Example: function_design_requires(fd1, obj2)

  1. Thus when fd1 is being grounded (selected) it should first add obj2 like +objective(obj2)
  2. Probably before continuing with fd1 it should be guaranted that obj2 is solved (i.e: has a function grounding)
  3. When fd1 is not grounded anymore it should remove obj2 -objective(obj2)

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.