nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
66 stars 15 forks source link

Reconsider naming convention for "vehicle_representation" #61

Closed cfirth-nasa closed 2 months ago

cfirth-nasa commented 1 year ago

Was brought up that the name "vehicle_representation" maybe does not fully represent the work that the class it creates actually does. "Vehicle_representation" suggests health/housekeeping (to me), whereas the actual class carries something more like a state space (containing information about the platform/system AND the environment). Is there a more accurate name for this subsystem?

asgibson commented 9 months ago

Here's a few ideas: CognitiveEntityModel AdaptiveEntity AutonomousUnit AutoBot (but then we'd need a rival class called Decepticon :smirk:)

cfirth-nasa commented 2 months ago

Renamed to knowledge representation