We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
For InputMachines
infinite
create_order
create_time
time_step
The text was updated successfully, but these errors were encountered:
Thanks @Yirmandias for the suggestion !
For Robots
max_battery
battery_drain_rate
battery_charge_rate
Sorry, something went wrong.
OutputMachines have an optional parameter that could be used in scenarios too
For OutputMachines
No branches or pull requests
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 0create_time
(default = 0, values = 0,1) - invalid values are treated as 0time_step
(default = 15)The text was updated successfully, but these errors were encountered: