Coder Social home page Coder Social logo

alakhame / eis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eishub/eis

0.0 1.0 0.0 3.78 MB

The Environment Interface Standard (EIS) is a Java-based interface standard for connecting agents to controllable entities in an environment such as a game. The interface provides support for managing the connection (e.g., for pausing and terminating an environment) and for interaction between agents and entities that are available in an environment (e.g., bots in a game). An agent that is connected to a controllable entity receives percepts from and can send actions to that entity. Percepts inform the agent about the state of the entity and its environment. Actions tell the entity which actions to perform in its environment. Several example implementations of environments are available @github.com/eishub. A default implementation of the EIS interface is also provided.

License: GNU General Public License v3.0

Java 97.78% HTML 2.14% Shell 0.08%

eis's Introduction

The Environment Interface Standard (EIS)

The environment interface standard aims at providing a standard framework for connecting agents to environments such as games, simulators, robots, etc. EIS provides "glue code" that facilitates developing a connection between an agent platform and an environment.

The basic concept of an agent used in EIS is that of an agent that performs actions in the environment and receives percepts from its environments. This is a standard and generic definition of an agent as used in Artificial Intelligence.

Any agent platform that supports the EIS interface can connect to any environment that implements the interface. The EIS framework thus reduces the effort that is needed to connect agents to environments in two ways:

  • it requires code on the agent platform side to connect to an environment to be developed only once; once an agent platform supports the EIS interface it can connect to any environment that implements the interface;
  • it requires code on the environment side that allows an agent platform to connect to it to be developed only once; once the interface has been implemented for an environment any agent platform that supports EIS can connect to it.

The Environment Interface

The apleis folder contains the source code of the EIS glue code framework. It defines an interface that needs to be implemented for an environment to allow agents to connect to that environment.

Releases

See here for available releases of the EIS interface. Releases can also be found in eishub's maven repository here.

Code Fragments

The folders eis-remote and examples contain possibly useful code fragments for connecting to an environment remotely (using RMI) and for other tasks, such as enabling your agent platform to support EIS.

Environments that Implement EIS

See eishub for environments that implement the environment interface, ranging from toy environments such as the blocks world, to commercial games such as Unreal Tournament.

Dependency information

<repository>
	<id>eishub-mvn-repo</id>
	<url>https://raw.github.com/eishub/mvn-repo/master</url>
</repository>

<dependency>
	<groupId>eishub</groupId>
	<artifactId>eis</artifactId>
	<version>0.5.0</version>
</dependency>

eis's People

Contributors

wouter1 avatar martinrogalla avatar alakhame avatar

Watchers

 avatar

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.