gltl | The compiler DomainGenerator code
kandi X-RAY | gltl Summary
kandi X-RAY | gltl Summary
gltl is a Java library. gltl has no bugs, it has no vulnerabilities and it has low support. However gltl build file is not available. You can download it from GitHub.
The compiler DomainGenerator code is src/gltl/compiler/GLTLCompiler.java. The compiler can take any arbitrary BURALP domain as input for the environment domain (see SimpleDemo to see it in action). Currently, the compiler does not actually compile a GLTL formula and instead uses Min's hard coded task transition dynamics for formula's specified by the numebr 1-4. However, the GLTLCompiler class is designed around the notion that it will be extended so that it takes as input an arbitrary GLTL formula as well as a mapping from symbols in the formula to environment state propositional functions that can be evaluated and then will generate the TASK MDP accordingly. Primarily, this will require rewriting the method getTaskTransitions(State s, State nextEnvState), which should return a distribution over the next task MDP state values (and again, is currently hardcoded for formulas 1-4). I imagine that the generateRewardFunction() and generateTerminalFunction() methods will also need to be defined so that they are arbitrary to any GLTL formula that is input. The previous example code that Min wrote is also included in this repo. It is in the file src/gltl/prototype/EnvironmentMDP.java.
The compiler DomainGenerator code is src/gltl/compiler/GLTLCompiler.java. The compiler can take any arbitrary BURALP domain as input for the environment domain (see SimpleDemo to see it in action). Currently, the compiler does not actually compile a GLTL formula and instead uses Min's hard coded task transition dynamics for formula's specified by the numebr 1-4. However, the GLTLCompiler class is designed around the notion that it will be extended so that it takes as input an arbitrary GLTL formula as well as a mapping from symbols in the formula to environment state propositional functions that can be evaluated and then will generate the TASK MDP accordingly. Primarily, this will require rewriting the method getTaskTransitions(State s, State nextEnvState), which should return a distribution over the next task MDP state values (and again, is currently hardcoded for formulas 1-4). I imagine that the generateRewardFunction() and generateTerminalFunction() methods will also need to be defined so that they are arbitrary to any GLTL formula that is input. The previous example code that Min wrote is also included in this repo. It is in the file src/gltl/prototype/EnvironmentMDP.java.
Support
Quality
Security
License
Reuse
Support
gltl has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of gltl is current.
Quality
gltl has no bugs reported.
Security
gltl has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
gltl does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
gltl releases are not available. You will need to build from source code and install.
gltl has no build file. You will be need to create the build yourself to build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed gltl and discovered the below as its top functions. This is intended to give you an instant insight into gltl implemented functionality, and help decide if they suit your requirements.
- Main method
- Generate the domain from the formula
- Adds the initial task state to the environment state
- Generate a reward function
- Returns a terminal function function
- Initializes the GUI
- Renders the episode frames
- Renders the offscreen frame
- Main entry point
- Plats a plan using a given initial state
- Entry point to the world world
- Main function for testing only
- Entry point for the agent
- Main method to test the Transitions formula
- Visualize a state explorer
Get all kandi verified functions for this library.
gltl Key Features
No Key Features are available at this moment for gltl.
gltl Examples and Code Snippets
No Code Snippets are available at this moment for gltl.
Community Discussions
No Community Discussions are available at this moment for gltl.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gltl
You can download it from GitHub.
You can use gltl like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the gltl component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use gltl like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the gltl component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page