sisl / ngsim_env

Learning human driver models from NGSIM data with imitation learning.
https://arxiv.org/abs/1803.01044
MIT License
172 stars 80 forks source link

Can I use Julia 1.1 with the code now? #11

Closed Wei-TianHao closed 5 years ago

Wei-TianHao commented 5 years ago

Hi,

I tried to install ngsim_env with Julia 0.7 on Mac. Met a lot of problems. Will it be easier to install with Julia 1.1? Is the 0.7fixes branch working now?

Wei-TianHao commented 5 years ago

In the instruction, at the end of Install ngsim_env part:

Add the local AutoEnvs module to our julia environment ] dev ~/ngsim_env/julia

I guess "] dev" is a typo?

raunakbh92 commented 5 years ago

Thanks for the question. We apologize for not updating the branch name. The 0.7fixes branch should work with Julia 1.1 now. Please go ahead and follow the install instructions and they should get you up and running.

No the ] dev is not a typo. The ] key enables you to enter the package mode in the Julia REPL

djp42 commented 5 years ago

Also, we don't currently offer support for Mac. In the past we have encountered many errors. If you can get it to work, that is great, and please let us know. I will close the issue now since the main question has been answered.