gobot-sim icon indicating copy to clipboard operation
gobot-sim copied to clipboard

Add optional parameters to scenarios

Open geegaz opened this issue 3 years ago • 2 comments

To be able to make more varied scenarios, here's a list of existing parameters that should be exposed in scenario files as optional parameters:

For Belts (accessible after initialization through input_belt and output_belt in Machines):

  • size (default = number of tiles, defined by the environment)

For InputMachines

  • infinite (default = false)
  • create_order (default = 0, values = 0,1,2) - invalid values are treated as 0
  • create_time (default = 0, values = 0,1) - invalid values are treated as 0
  • time_step (default = 15)

geegaz avatar Jul 01 '21 12:07 geegaz