Platform Current Reality Tree

Current Reality Tree Update - (174 Sensor modules have pre_episode methods.)

Previously, 174 was (174 sensor_modules.Probe has pre_episode method.). We observe that this can now be encompassed entirely by (Sensor modules have pre_episode methods.), so the two are consolidated into the new (174 Sensor modules have pre_episode methods.).

Additionally, we surface a new entity that is a contributing cause to why telemetry collection has episode time quantization. Telemetry collection piggybacks on the state_dict() serializability function to retrieve telemetry data. So far, we only depict this being a cause of sensor modules having pre_episode, but I wouldn’t be surprised if we find state_dict() being used in other places for telemetry collection.