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

visualize error when python call julia

cos120 opened this issue · comments

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.

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