- Can't find
replay.txt and roadnetlog.json
I am running training & inference on a remote server and want to watch the replays on my local desktop.
I see that the path to replay files have been designated here:
{
"interval": 1.0,
"seed": 0,
"dir": "hangzhou_1x1_bc-tyc_18041607_1h/",
"roadnetFile": "roadnet.json",
"flowFile": "flow.json",
"rlTrafficLight": true,
"saveReplay": true,
"roadnetLogFile": "roadnetlog.json",
"replayLogFile": "replay.txt"
}
But even when I do run inference, I can't find where the replay file is saved.
- watching replay on my local
I am assuming copying replay.txtand roadnetlog.json to my local and using Chrome to open: http://localhost:8080/?roadnetFile=roadnet.json&logFile=replay.txt.
replay.txtandroadnetlog.jsonI am running training & inference on a remote server and want to watch the replays on my local desktop.
I see that the path to replay files have been designated here:
{ "interval": 1.0, "seed": 0, "dir": "hangzhou_1x1_bc-tyc_18041607_1h/", "roadnetFile": "roadnet.json", "flowFile": "flow.json", "rlTrafficLight": true, "saveReplay": true, "roadnetLogFile": "roadnetlog.json", "replayLogFile": "replay.txt" }But even when I do run inference, I can't find where the replay file is saved.
I am assuming copying
replay.txtandroadnetlog.jsonto my local and using Chrome to open:http://localhost:8080/?roadnetFile=roadnet.json&logFile=replay.txt.