diff --git "a/q_model.json" "b/q_model.json" new file mode 100644--- /dev/null +++ "b/q_model.json" @@ -0,0 +1,178230 @@ +{ + "algorithm": "tabular_q_learning", + "actions": { + "0": "stand", + "1": "hit", + "2": "double_down" + }, + "config": { + "episodes": 0, + "learning_rate": 0.002, + "gamma": 1.0, + "epsilon_start": 0.02, + "epsilon_end": 0.001, + "epsilon_decay_episodes": 5000000, + "eval_interval": 10000, + "eval_episodes": 1000000, + "seed": 5726, + "basic_strategy_init": true, + "basic_strategy_value": 1.0 + }, + "metrics": { + "episodes": 1000000, + "average_reward": -0.0086975, + "win_rate": 0.433611, + "loss_rate": 0.481673, + "draw_rate": 0.084716 + }, + "q_values": [ + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 4, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 5, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 6, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 7, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 8, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 9, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 10, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 11, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 12, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 13, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 14, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 15, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 16, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 17, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": 1.0 + }, + { + "player_total": 18, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 19, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 20, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 1, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 2, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 3, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 4, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 5, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 6, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 7, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 8, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 9, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": false, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": false, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -5, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": -1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 0, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 1, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 2, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 3, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 4, + "action": 2, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 0, + "value": 1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 1, + "value": -1.0 + }, + { + "player_total": 21, + "dealer_upcard": 10, + "usable_ace": true, + "can_double": true, + "true_count_bucket": 5, + "action": 2, + "value": -1.0 + } + ] +} \ No newline at end of file