예제 #1
0
파일: run.py 프로젝트: anjarfr/deep-rl-hex
def run_multiple():
    epochs = [10, 50]
    for e in epochs:
        config.epochs = e
        print(config.epochs)
        player = StateManager()
        player.play_game()