Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Запуск MCTS на конфигах #132

Merged
merged 11 commits into from
Nov 22, 2023
85 changes: 0 additions & 85 deletions app/app.py

This file was deleted.

83 changes: 0 additions & 83 deletions app/app_new_multiobject.py

This file was deleted.

32 changes: 0 additions & 32 deletions app/hyperparameters.py

This file was deleted.

10 changes: 10 additions & 0 deletions app/mcts_run.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import mcts_runner

from tendon_graph_evaluators import evaluator_tendon_standart, evaluator_tendon_standart_parallel
from tendon_graph_evaluators import mcts_hyper_default, evaluator_tendon_fast_debug
import tendon_driven_cfg
from rostok.library.rule_sets.rulset_simple_fingers import create_rules

if __name__ == "__main__":
rules_vocab = create_rules()
mcts_runner.run_mcts(rules_vocab, evaluator_tendon_standart_parallel, mcts_hyper_default)
Loading
Loading