NiloufarRazmi / RL_Olfaction

GNU General Public License v3.0
1 stars 0 forks source link

Unrecognized functions `rotateTransitionList` and `setParamsEgo` #2

Open kir0ul opened 1 year ago

kir0ul commented 1 year ago

@NiloufarRazmi I'm unable to run any of the example_13Jun2022.m or example_22NOV2022.m, it says the following functions are not recognized:

>> example_13Jun2022
Unrecognized function or variable 'rotateTransitionList'.

Error in buildGrid (line 24)
transitionList = rotateTransitionList(params, states, walls);

Error in example_13Jun2022 (line 21)
    [GW, Q, states, transitionList] = buildGrid(params);
>> example_22NOV2022
Unrecognized function or variable 'setParamsEgo'.

Error in example_22NOV2022 (line 16)
params = setParamsEgo(numContexts);

Did I miss anything?

kir0ul commented 1 year ago

@NiloufarRazmi I believe the repo is really missing a rotateTransitionList.m file, any chance you could push it?

NiloufarRazmi commented 1 year ago

just did! sorry about that!

kir0ul commented 1 year ago

Thanks! I can run example_13Jun2022 now :tada:

FYI, I still get the following error with example_22NOV2022:

>> example_22NOV2022
Unrecognized function or variable 'buildGridEgo'.

Error in example_22NOV2022 (line 37)
    [GW, Q, states, transitionList] = buildGridEgo(params);