DarrenRuan

Results 6 comments of DarrenRuan

By the way, has this issue been solved in the latest pyjulia (python package) with PyCall (Julia Package)? What should we do if we want to solve this problem? Is...

@raks097 Hi man, have you solved this issue? So currently, you are only able to run training a policy?

> agent_infos: {'mean': array([[-0.36561757, -0.4166246 ]], dtype=float32), 'log_std': array([[0.01288844, 0.06403346]], dtype=float32), 'prev_action': array([[0., 0.]]), 'latent': array([[0, 1, 0, 0]]), 'latent_info': {'latent': array([[0, 1, 0, 0]])}} change 'latent_info': {'latent': array([[0, 1,...

`python validate.py --n_proc 4 --exp_dir ../../data/experiments/NGSIM-gail/ --params_filename itr_1000.npz --random_seed 42` For example, if I have selected n_proc equal to 4 here, I met some errors that only some of the...

Have you tried to use `single_process_collect_trajectories` rather than `parallel_collect_trajectories`? @Ericonaldo @raks097 @ZhilaiShen @nebneBgnahZ Then we might be able to skip the part (line 190 in validate.py): ```python # let the...

Hi Maxime, Could I ask a question about AutomotiveSimulator.jl and NGSIM.jl? It shows that NGSIM.jl is going to be deprecated. But how could I find convert_raw_ngsim_to_trajdatas() function in AutomotiveSimulator.jl?