Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration COMMAND_FINISH_POLICIES

Various policies available that describe the requirements before an agent is marked as done with sending commands at some time step

Index

Enumeration members

Enumeration members

CUSTOM

CUSTOM: = "custom"

Custom finishing policy provided by user. Not allowed at the moment

FINISH_SYMBOL

FINISH_SYMBOL: = "finish_symbol"

Agent's finish their commands by sending a finish symbol, namely EngineOptions.commandFinishSymbol

LINE_COUNT

LINE_COUNT: = "line_count"

Agent's finish their commands by either sending a finish symmbol or after they send {@link EngineOptions.commandLines.max} lines

Generated using TypeDoc