We discussed this today and decided the following:
the only cli options are -i, -o and (optional) -c.
Minigrid should emit the probabilities for faults and slippery tiles in printGrid
the config.yml (option for -c) may contain for example faultyProbability: 0.125 to overwrite the output from printGrid
We discussed some other related changes to the yaml config aswell: #12#11. This will mostly be done in #10
We discussed this today and decided the following:
- the only cli options are `-i`, `-o` and (optional) `-c`.
- Minigrid should emit the probabilities for faults and slippery tiles in `printGrid`
- the config.yml (option for `-c`) may contain for example `faultyProbability: 0.125` to overwrite the output from `printGrid`
We discussed some other related changes to the yaml config aswell: #12 #11. This will mostly be done in #10
I've refactored most of the code for the translation of formulas and modules but disregarded the configuration. We should look into that.
We discussed this today and decided the following:
-i
,-o
and (optional)-c
.printGrid
-c
) may contain for examplefaultyProbability: 0.125
to overwrite the output fromprintGrid
We discussed some other related changes to the yaml config aswell: #12 #11. This will mostly be done in #10