Giter VIP home page Giter VIP logo

plgenerator's Introduction

PLGenerator

 PLGenerator.jar - (Plan Library Generator) is a mechanism to automatically generate arbitrarily
 complex plan libraries. 

SYNOPSIS

 java -jar PLGenerator.jar [OPTION]... 

DESCRIPTION

 -h 	 display this help and exit 

 -g 	 number of top plans (goals), (default: 3) 

 -d 	 depth of the plan tree, (default: 4) 

 -b 	 minimum number of branches that all nodes must have, (default: 1) 

 -B 	 maximum number of branches that all nodes may have, (default: 3)
         this value must be greater than or equal to the minimum number of branches (-b) 

 -f 	 number of features associated with each plan node, (default: 1) 

 -c 	 number of values that may be associated with the features, (default: 2) 

 -F 	 number of features available to be associated with plan nodes, (default: 10) 

 -s 	 probability [0,1] of create a sequential branch, (default: 0.8) 

 -D 	 percentage [0,1] of duplicated top-plans (goals) in order to generate
         ambiguous paths, (default: 0) 

 -t 	 minimum number of times that an observation of a plan step must be repeated
         (default: 1) 

 -T 	 maximum number of times that an observation of a plan step must be repeated
         (default: 1) 

 -A 	 receives ALL parameters in the following order: g, d, b, B, f, c, F, s, D, t, T, p
         (e.g., java -jar PLGenerator.jar -A 3 4 1 3 1 2 10 0.8 0 1 1 plan_library.xml) 

 -p 	 output file path to save the plan library, (default: plan_library.xml) 

AUTHOR

 Written by Giovani P. Farias.

REPORTING BUGS

 Report bugs to [email protected]

plgenerator's People

Contributors

giovanifarias avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.