Coder Social home page Coder Social logo

rickvalenzano / arvandherd2014 Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 1.51 MB

Source code for ArvandHerd, which won the multi-core track of the 2014 International Planning Competition.

License: GNU General Public License v3.0

Shell 0.29% Makefile 1.05% C++ 69.47% C 0.07% Python 29.13%

arvandherd2014's Introduction

This is the source code for ArvandHerd, which won the multi-core track of the 2014 International Planning Competition. It includes some improvements over the version of the planner which also won the 2011 International Planning Competition. Below, you can find a list of the relevant papers describing this planner, and notes on running it.

Relevant Publications

A description of the planner can be found in the following three publications.

Richard Valenzano, Hootan Nakhost, Martin Müller, Jonathan Schaeffer, and Nathan Sturtevant. “ArvandHerd 2014.” The 2014 International Plan- ning Competition: Description of Planners, Deterministic Track, pages 1–5, 2014.

Richard Valenzano, Hootan Nakhost, Martin Müller, Jonathan Schaeffer, and Nathan Sturtevant. “ArvandHerd: Parallel Planning with a Portfolio.” In the Proceedings of the 20th European Conference on Artificial Intelligence, pages 786-791, 2012.

Richard Valenzano, Hootan Nakhost, Martin Müller, Jonathan Schaeffer, and Nathan Sturtevant. “ArvandHerd: Parallel Planning with a Portfolio.” In The 2011 International Planning Competition: Description of Participating Planners, Deterministic Track, pages 113–116,2011.

Planner Details

The provided code allows for a user to run the versions of ArvandHerd that competed in the multi-core, single-core, and agile tracks of IPC 2014. They only differ in the way they are parameterized. r ArvandHerd2014. The parameters that differed between the planners is determined by the configuration file. All three configuration files have been included in the attached file. To change which one is being used, simply change which one is being called on line 15 of the "plan" file. For example, currently that line looks as follows:

"$SEARCH" "-seed" "1983" "-iterative" "-conf_file" "sat_conf" "-g" all.groups "-o" "$3" < output

"-conf_file" specifies that the next argument is a configuration file, which in this case is the satisficing configuration file "sat_conf". If you want to use the multi-core file, simply replace "sat_conf" with "mc_conf". This means that the line should look as follows:

"$SEARCH" "-seed" "1983" "-iterative" "-conf_file" "mc_conf" "-g" all.groups "-o" "$3" < output

The agile configuration file "agile_conf" can be used similarly.

For more information on how the parameters are used, first use the build command to make the planner binary. This will create a binary called "search" inside the "search" folder. Go into this folder, and run ".search -help" to get information on the parameters. Of particular note, "-seed" changes the seed for the random number generator, and "-iterative" makes the planner continue to look for solutions after a first solution has been found. If you remove "-iterative", it will stop after a first solution is found. The lengths of random walks, random walk biasing approach, and Aras parameters are particularly important to planner performance.

arvandherd2014's People

Contributors

rickvalenzano avatar

Stargazers

 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.