Giter Site home page Giter Site logo

iv4xr-project / aplib Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 3.0 12.66 MB

Tactical BDI Agent Framework for Java

Home Page: https://iv4xr-project.github.io/aplib/

License: Other

Rich Text Format 0.45% Java 98.20% HTML 0.02% Python 1.34%
agent-dsl agent-programming-framework agents automated-testing bdiagency multiagent testing-framework

aplib's People

Contributors

kifetew avatar naraenda avatar sabagholizadehansari avatar wooshrow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aplib's Issues

class W3DEnvironment

This class seems like class that has basic prepared functionality for environments in 3D world.
It provides methods like:

  • observe
  • interact
  • moveToward
  • loadWorld

Are these supposed to be used by any client extending this class?
They are not very generic and don't really match our use-case. We basically have our own implementations for all of this.

  • Method observe can work.
  • Method loadWorld could, be we need id of the world (scenario to load). Either as method parameter or a variable in the class.
  • Method moveToward could work, not sure in this, as I don't understand framework enough.¨
  • Method interact is hard to use for us.

If these are really supposed to be generic, interface should be more generic and nicer. I imagine, that with some nice and generic methods, some goals and tactics could be implemented as part of aplib itself and then can work on any environment automatically (like some basic movements, actions). Is that the idea? If so, we can try to match the interface if possible.

Method sendCommand_ suggests we use some kind of protocol with EnvOperation variable to communicate with the game.
I see it as problem for another layer and this class is not really supposed to know about implementation of communication to this detail.
In our case for example, we communicate very differently and we just kept this method empty.

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.