BrainCog-X/Brain-Cog

Incomplete `algorithms` subpackage for the `Social_Cognition/FOToM` project

Opened this issue · 0 comments

The ToM_decisionN1 and ToM_decision01 cannot be identified due to the missing files tomN1.py and tom01.py in the algorithms subpackage for the Social_Cognition/FOToM project

# ./examples/Social_Cognition/FOToM/main.py
from algorithms.tomN1 import ToM_decisionN1 # missing
from algorithms.tom01 import ToM_decision01 # missing
from algorithms.tom11 import ToM_decision11
$ ls ./examples/Social_Cognition/FOToM/algorithms
__init__.py  maddpg.py  tom11.py  ToM_class.p