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

visualize error when python call julia #3

Closed cos120 closed 6 years ago

cos120 commented 6 years ago

Hi, I follow the build guide and the training is working. But when I run visualize_trajectories-SIMPLE.ipynb notebook file, I got TypeError: Julia exception: TypeError(Symbol("Type{...} expression"), "", UnionAll, AutoViz.CarFollowCamera) in function render(line 31 of ngsim_env/python/julia_env/julia_env.py).

I use ubuntu16.04,python3.6,julia0.6.2, I reset AutoViz to commit 274dd08 because the AutoEnvs build error.I'm new with julia, any suggestions?

Thanks.

cos120 commented 6 years ago

ok, I changed AutoViz version to 0.6, works like charm. Thanks for your sharing.