egg/nest/nest.py [20:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    parser.add_argument(
        "--game",
        type=str,
        help="Game's full classpath to run, e.g. egg.zoo.mnist_autoenc.train",
    )
    parser.add_argument(
        "--sweep",
        action="append",
        default=[],
        help="Json file with sweep params in the stool format."
        "It is possible to specify several files: --sweep file1.json --sweep file2.json",
    )
    parser.add_argument(
        "--py_sweep",
        action="append",
        default=[],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



egg/nest/nest_local.py [18:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    parser.add_argument(
        "--game",
        type=str,
        help="Game's full classpath to run, e.g. egg.zoo.mnist_autoenc.train",
    )
    parser.add_argument(
        "--sweep",
        action="append",
        default=[],
        help="Json file with sweep params in the stool format."
        "It is possible to specify several files: --sweep file1.json --sweep file2.json",
    )
    parser.add_argument(
        "--py_sweep",
        action="append",
        default=[],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



