steve.json 267 Bytes
Newer Older
Jacob Buckman's avatar
Jacob Buckman committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "inherits": [
    "config/core/basic.json",
    "config/core/model.json",
    "config/core/bayesian.json"
              ],
  "updates":{
    "policy_config": {
      "value_expansion": {
        "rollout_len": 3,
        "steve_reweight": true
      }
    }
  }
}