Overview of Continuous Thought Machines (CTM) Models
mainThe models/ directory contains the core implementation of the Continuous Thought Machine. The models utilize a modified ResNet architecture (defined in resnet.py) designed to encourage information-gathering behavior.
To prevent the model from finding a 'path of least resistance' via SGD that bypasses intelligent behavior, the ResNet structure includes modifications to constrain the receptive field of the yielded features. This constraint forces the CTM or baseline methods to learn an active process of gathering information.