forked from PySymGym/PySymGym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_for_tests.yml
More file actions
30 lines (30 loc) · 909 Bytes
/
config_for_tests.yml
File metadata and controls
30 lines (30 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OptunaConfig:
n_startup_trials: 1
n_trials: 1
n_jobs: 1
study_direction: "maximize"
TrainingConfig:
dynamic_dataset: True
train_percentage: 1
threshold_coverage: 100
load_to_cpu: False
epochs: 2
ValidationConfig:
validation_mode:
val_type: svms_each_step
process_count: 1
fail_immediately: True
PlatformsConfig:
- name: dotnet
DatasetConfigs:
- dataset_base_path: ../maps/DotNet/Maps/Root/bin/Release/net7.0
dataset_description: ../workflow/dataset_for_tests_net.json
SVMSInfo:
- name: VSharp
launch_command: dotnet VSharp.ML.GameServer.Runner.dll --mode server --port {port}
min_port: 35000
max_port: 35050
server_working_dir: ../GameServers/VSharp/VSharp.ML.GameServer.Runner/bin/Release/net7.0
MLFlowConfig:
tracking_uri: http://127.0.0.1:8080
experiment_name: CI