Skip to content

Commit

Permalink
Add comment about scene name conventions (MCS-1814).
Browse files Browse the repository at this point in the history
  • Loading branch information
rartiss55 committed Sep 13, 2023
1 parent 234ecb3 commit f7c0d1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webenabled/mcs_task_desc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

@unique
class TaskDescription(Enum):
"""
The names for each enum correspond to the naming conventions currently
followed by all scenes checked into the webenabled/scenes directory.
Please note that any scenes not matching the naming conventions in this
file will likely not have their task description found to display in the
UI.
"""

# Interactive Tasks (in alphabetical order)
INTERACTIVE_AGENT_IDENTIFICATION = (
"Agent Identification tasks require a common-sense understanding of "
Expand Down

0 comments on commit f7c0d1e

Please sign in to comment.