Code Monkey home page Code Monkey logo

missiongeneratormg1's Introduction

README

ARGoS MissionGenerator

Package content

  • 'bin' Empty folder that will contain the executable mission_generator after compilation
  • 'generated_missions' Empty folder that will contain the argos configuration files and a text file containing all string representation of the missions after the execution of mission_generator
  • 'params/configurationParametersMG1.txt' The parameters of MG1
  • 'src' The source files of the package
    • 'argos3' Symbolic link to the current folder for compliance with ARGoS3.
    • 'cmake' The .cmake files.
    • 'demiurge/generic-loop-functions/Arenas' The source files of the arenas (walls, floor patches, lights, obstacles, etc.)
    • 'demiurge/generic-loop-functions/Missions' The source files of the missions (constraints on the arena, objective function, etc.)
    • 'demiurge/generic-loop-functions/Generator' The source files of the generator (sampling of the variables, parsing of the missions configurations, etc.)

Installation

Dependencies:

Compilation:

$ mkdir build
$ cmake ../src/
$ make

Once compiled, the 'bin/' folder should contain the 'mission_generator' executable.

How to use

The executable 'mission_generator' takes 3 parameters: 1 mandatory and 2 optionals.

  • '--conf ' The configuration file [MANDATORY];
  • '--seed ' The seed for the generator [OPTIONAL];
  • '--nb ' The numbers of missions to generate [OPTIONAL].

Example

./bin/mission_generator --seed 12345 --nb 30 --conf params/configurationParametersMG1.txt

missiongeneratormg1's People

Contributors

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