Skip to content

Commit

Permalink
Add usvm in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival-05 committed May 21, 2024
1 parent d5b55e7 commit 0abacb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions workflow/config_for_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@
n_trials: 1
TrainConfig:
epochs: 2
- SVMConfig:
name: usvm
count: 1
launch_command: ./gradlew :usvm-ml-gameserver:run --args="--mode server --port {port}"
min_port: 35000
max_port: 36000
server_working_dir: ../GameServers/usvm/
DatasetConfig:
dataset_base_path: ../maps/DotNet/Maps/Root/bin/Release/net7.0 # a patch
dataset_description: ../workflow/dataset_for_tests.json # a patch
OptunaConfig:
n_startup_trials: 1
n_trials: 1
TrainConfig:
epochs: 2

0 comments on commit 0abacb8

Please sign in to comment.