Open joefresna opened 5 years ago
Please could you provide a code snippet to illustrate - presumably this refers to partial controllers but, for example, is the problem manifest when using params
, initWidgets
, both?
e.g.
model1.multiagent( initWidgets = {'\epsilon':[0.01,0,0.1,0.005]} , ...}
mumot.MuMoTmultiController( [...], initWidgets = {'epsilon':[0.01,0,0.1,0.005]}
The former needs the '\' the latter doesn't.
in single controller, greek letters work with the backslash, instead in Multicontrollers backslash should be omitted.
Very hard for users to guess which is the correct format if changes from case to case.