From 494d603f5e8b036fd20069d27add66018f144924 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 10 Oct 2018 02:28:01 +0200 Subject: Config directories --- configs/config.1n/butler.json | 8 ++++++++ configs/config.1n/db.json | Bin 0 -> 99 bytes configs/config.1n/goniec.json | 1 + configs/config.1n/logoh.json | 1 + configs/config.1n/translations.json | 1 + 5 files changed, 11 insertions(+) create mode 100644 configs/config.1n/butler.json create mode 100644 configs/config.1n/db.json create mode 120000 configs/config.1n/goniec.json create mode 120000 configs/config.1n/logoh.json create mode 120000 configs/config.1n/translations.json (limited to 'configs/config.1n') diff --git a/configs/config.1n/butler.json b/configs/config.1n/butler.json new file mode 100644 index 0000000..74eb2d3 --- /dev/null +++ b/configs/config.1n/butler.json @@ -0,0 +1,8 @@ +{ + "cutoff_point": 32, + "cutoff_rate": 0.1, + "opponent_factor": 0.5, + "only_current": 0, + "segments_in_table_limit": 10, + "output_path": "./output" +} diff --git a/configs/config.1n/db.json b/configs/config.1n/db.json new file mode 100644 index 0000000..616e6c4 Binary files /dev/null and b/configs/config.1n/db.json differ diff --git a/configs/config.1n/goniec.json b/configs/config.1n/goniec.json new file mode 120000 index 0000000..5954b9b --- /dev/null +++ b/configs/config.1n/goniec.json @@ -0,0 +1 @@ +../goniec.json \ No newline at end of file diff --git a/configs/config.1n/logoh.json b/configs/config.1n/logoh.json new file mode 120000 index 0000000..7910e73 --- /dev/null +++ b/configs/config.1n/logoh.json @@ -0,0 +1 @@ +../logoh.json \ No newline at end of file diff --git a/configs/config.1n/translations.json b/configs/config.1n/translations.json new file mode 120000 index 0000000..d53e316 --- /dev/null +++ b/configs/config.1n/translations.json @@ -0,0 +1 @@ +../translations.json \ No newline at end of file -- cgit v1.2.3