Skip to content
Snippets Groups Projects
Forked from Flatland / Flatland
2391 commits behind the upstream repository.
test_player.py 258 B

from examples.play_model import main
# from examples.tkplay import tkmain


def test_main():
    main(render=True, n_steps=20, n_trials=2, sGL="PILSVG")
    # main(render=True, n_steps=20, n_trials=2, sGL="PIL")


if __name__ == "__main__":
    test_main()