diff options
author | emkael <emkael@tlen.pl> | 2017-01-03 23:37:23 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-01-04 20:56:05 +0100 |
commit | 140d8206002abe5762f983a465d1f8619d013e13 (patch) | |
tree | 35f3d0ddac0b35a7ec74f4752db3a1244ed07a84 /config |
Initial commit:
* git-crypt setup
* configuration files
Diffstat (limited to 'config')
-rw-r--r-- | config/butler.json | 5 | ||||
-rw-r--r-- | config/db.json | bin | 0 -> 144 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/butler.json b/config/butler.json new file mode 100644 index 0000000..ab19a17 --- /dev/null +++ b/config/butler.json @@ -0,0 +1,5 @@ +{ + "cutoff_point": 32, + "cutoff_rate": 0.1, + "opponent_factor": 0.5 +} diff --git a/config/db.json b/config/db.json Binary files differnew file mode 100644 index 0000000..bc6afa1 --- /dev/null +++ b/config/db.json |