-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestuser-friendlyMeasure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)Measure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)
Description
🚀 Feature
- Rename
actions/observationstooutputs/inputs, respectively in theGraph. - Only refer to
outputs/inputsasactions/observationsifGymBaseEnvis used. Else stick tooutputs/inputsnaming convention. - Rename
sensors/actuatorstooutputs/inputs, respectively in theEngineGraph.
Motivation
Even though the API in Graph and EngineGraph for nodes (inputs/outputs), objects (actuators/sensors), and the environment (actions/observations) are practically the same, they have different names. This unnecessarily confuses new users. Referring to all of them as either an input or output will make the API more consistent and easier to grasp.
Checklist
- I have checked that there is no similar issue in the repo (required)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuser-friendlyMeasure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)Measure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)