BrainCog-X / Brain-Cog

Brain-inspired Cognitive Intelligence Engine (BrainCog) is a brain-inspired spiking neural network based platform for Brain-inspired Artificial Intelligence and simulating brains at multiple scales. The long term goal of BrainCog is to provide a comprehensive theory and system to decode the mechanisms and principles of human intelligence and its evolution, and develop artificial brains for brain-inspired conscious living AI in future Human-AI symbiotic Society.
http://www.brain-cog.network/
Apache License 2.0
441 stars 67 forks source link

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

Open yuxuan-z19 opened 8 months ago

yuxuan-z19 commented 8 months ago

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