Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aimclub/rostok into activ…
Browse files Browse the repository at this point in the history
…atinf_ext_force_by_flags
  • Loading branch information
Huowl committed Nov 28, 2023
2 parents ccf5732 + 74137ba commit e825500
Show file tree
Hide file tree
Showing 16 changed files with 454 additions and 740 deletions.
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

0 comments on commit e825500

Please sign in to comment.