From 140d8206002abe5762f983a465d1f8619d013e13 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 3 Jan 2017 23:37:23 +0100 Subject: Initial commit: * git-crypt setup * configuration files --- config/butler.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/butler.json (limited to 'config/butler.json') 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 +} -- cgit v1.2.3