Qidong Su
Qidong Su
Same problem
Please check: - Does it work properly with the default config file? - The script should be able to find the config file by the argument of `cityflow.Engine` which is...
- One way (simple but not so elegant) is to set "dir" as "" and use absolute paths in both config file and python script. - Another way is to...
> @soodoshll I meet the similar error. > > I install the cityflow from the open source. > > When I run the following code, > import cityflow > eng...
I think one solution is to write a new function which return a std::vector with size of 2 to represent the point.
You can use `tools/generator/generate_grid_scenario.py` to generate the dataset. And this evaluation result is run on early versions. So it might be different if you run the newest version
Currently, you don't need to assign these values manually and the field "points" has been deprecated. These points can be calculated automatically, which will connect the endpoints of lanes in...
Hi Alexander, I find that running with only one regular trainer(+training monitor) also triggers the second problem. I guess it should skip the averaging when there's only one trainer?
btw, when I use networkx 1.9.1, running the example code in the readme file also causes a 'Tuple index out of range' error.
Hi @yaoyaoding, thanks for your suggestions. I've fixed the draft. The whole features can be decomposed into the following steps: 1. Design and implement the data structure for tensor and...