GithubHelp home page GithubHelp logo

cpezzato / discrete_active_inference Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 4.0 5.71 MB

License: Apache License 2.0

CMake 5.53% C++ 5.43% Python 56.33% MATLAB 30.17% Dockerfile 1.89% Singularity 0.31% Shell 0.34%

discrete_active_inference's People

Contributors

corradopezzato avatar cpezzato avatar sdbonhof avatar

Stargazers

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

Watchers

 avatar

discrete_active_inference's Issues

Possible minor change active_inferece_server to include blocking other repeated goals

In the file active_inferece_server.py in scripts,
shouldn't line 301 be changed from:
if action_to_perform == 4 and action_to_perform == self.old_selected_action and goal.parameters == self.old_goal_parameters:
to:
if action_to_perform == self.old_selected_action and goal.parameters == self.old_goal_parameters:

This because you do not want to send repeated goals for all other actions as well.
If not, it can interfere with motion planning.

Also the idle action which may be repeated is singled out in the line 298
if action_to_perform > 0:

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.