Beispiel #1
0
def test(path):
    args = [
        'AI4U-v0',
        path,
    ]
    make_env_def()
    run_test(environment_definitions, args)
def test(path, id=0):
    args = ['AI4U-v0', path]
    make_env_def(id)
    run_test(environment_definitions, args)