{
    "cli": "pacai.gridworld.bin",
    "arguments": [
        "--seed", "5",
        "--debug",
        "--ui", "null",
        "--max-turns", "100",
        "--noise", "0.5",
        "--agent", "agent-scripted",
        "--agent-arg", "0::actions=NORTH,NORTH,NORTH,NORTH,NORTH,NORTH,NORTH,NORTH,EAST,NORTH,EAST,NORTH,EAST,EAST,EAST,EAST,NORTH,EXIT"
    ]
}
---
<LOG_PREFIX> -- Creating a GridWorld with a noise of 0.50 and a living reward of 0.00.
<LOG_PREFIX> -- Using source seed for games: 5.
<LOG_PREFIX> -- Starting a game with seed: 15501686781378355951.
<LOG_PREFIX> -- Created agent 'pacai.agents.scripted.ScriptedAgent' with move delay 100 and state evaluation function 'pacai.core.gamestate.base_eval'.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'WEST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'WEST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'NORTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'NORTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'SOUTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'NORTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'SOUTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'NORTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'NORTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'EAST', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'EAST', Actual Action: 'SOUTH', Reward: 0.00.
<LOG_PREFIX> -- Requested Action: 'NORTH', Actual Action: 'EAST', Reward: -1.00.
<LOG_PREFIX> -- Got the EXIT action, game is over.
<LOG_PREFIX> -- Average Score: -1.0
<LOG_PREFIX> -- Scores:        -1.0
<LOG_PREFIX> -- Win Rate:      0 / 1 (0.00)
<LOG_PREFIX> -- Record:        Loss
<LOG_PREFIX> -- Average Turns: 18.0
<LOG_PREFIX> -- Turn Counts:   18
