agent/affordance_extractors/lm_affordance_extractor.py [471:476]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    error = y_est - y
                    squared_error = error * error
                    mean_squared_error += squared_error
            mean_squared_error /= count
            if mean_squared_error < lowest_error:
                lowest_error = mean_squared_error
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/affordance_extractors/lm_affordance_extractor.py [495:500]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    error = y_est - y
                    squared_error = error * error
                    mean_squared_error += squared_error
            mean_squared_error /= count
            if mean_squared_error < lowest_error:
                lowest_error = mean_squared_error
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



