File size: 865 Bytes
3ff2ab9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"phase": "done",
"cycles_done": 0,
"history": [
{
"phase": "train_A",
"trained": "ALE/Breakout-v5",
"A": 1.7,
"status": "committed",
"base": "-inf",
"best": 2.4
},
{
"phase": "train_A",
"trained": "ALE/Breakout-v5",
"A": 3.3,
"status": "committed",
"base": 1.8,
"best": 3.3
},
{
"phase": "train_A",
"trained": "ALE/Breakout-v5",
"A": 16.2,
"status": "committed",
"base": 4.6,
"best": 12.3
},
{
"phase": "train_A",
"trained": "ALE/Breakout-v5",
"A": 19.3,
"status": "committed",
"base": 13.9,
"best": 16.5
},
{
"phase": "train_A",
"trained": "ALE/Breakout-v5",
"A": 18.6,
"status": "rejected_kept_base",
"base": 19.3,
"best": 19.3
}
]
} |