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.
58 stars 14 forks source link

Consider renaming ai_constructs in planner and learner interfaces #104

Closed asgibson closed 8 months ago

asgibson commented 8 months ago

The ComplexReasoningInterface and the VehicleRepresentation both name their constructs less generically than the LearnersInterface and the PlannersInterface.

ComplexReasoningInterface -> reasoning_constructs VehicleRepresentation -> knowledge_synthesis_constructs

but learners and planners just use ai_constructs. Perhaps we should use:

LearnersInterface -> learning_constructs PlannersInterface -> planning_constructs