sisl / ngsim_env

Learning human driver models from NGSIM data with imitation learning.

Home Page:https://arxiv.org/abs/1803.01044

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.1 NGSIM path

djp42 opened this issue · comments

commented

Currently we are hardcoding the NGSIM data path / package because julia decided to add a hash in the path, and we need the data from NGSIM, so that is a problem for us. What is the best way to address it? Symlink? Environment variable? Utility to get most recent subdir of NGSIM? Etc. Example path: ~/.julia/packages/NGSIM/B45UX/data

commented

Related commit: 1abb652

This is also the problem I'm encountering when I processed to the part "download NGSIM data". The path is different from the one in my installation.

Hey, I had a similar issue that the folder in my installation is "OPF1x" instead of "90YUa". If I changed the path to "NGSIM/90YUa/data", then I got the error of "package NGSIM [xxxxxxxx] is required but does not seem to be installed". Have you figured this problem out?