nemo_gym.cli.legacy

View as Markdown

Backward-compatibility shim for the legacy ng_* / nemo_gym_* commands.

Every legacy console script points here; the script name (sys.argv[0]) identifies which command was invoked. We print a one-time deprecation notice mapping it to the new gym command, then re-enter the gym router so the command keeps working (REQ 7).

Module Contents

Functions

NameDescription
main-

Data

LEGACY

API

nemo_gym.cli.legacy.main() -> None
nemo_gym.cli.legacy.LEGACY = {'run': ['env', 'start'], 'test': ['env', 'test'], 'test_all': ['env', 'test'], ...