[generic_imitation] setting imi_p_imitate
for multiple source/target values does not work
#162
Labels
imi_p_imitate
for multiple source/target values does not work
#162
Setting together as in
does not yield any spreading, whilst setting separately
does.
Edit: combining, i.e.
yields only a change from 2 → 5, suggesting the input from
((1,2), (5,)): 1.0,
is ignored / not parsed correctly.Example config to reproduce:
Additionally in
simple.py
, the functionCell.imi_p_imitate_ord
needs to be replaced bypass
of course.Edit: Tested on issue_152 branch. #156
The text was updated successfully, but these errors were encountered: