sisl / gail-driver

Other
111 stars 47 forks source link

Is the code latest for re-implement? #5

Open aslandery opened 5 years ago

aslandery commented 5 years ago

I am trying to run the code to finally get the simulated driving. However in the process I met with some problems. While I am trying hard to read the code, I am wondering if I am following the latest version of the code? Or is the current version able to be implemented? Looking forward to your reply. I will appreciate it a lot if you can look into this.

akuefler commented 5 years ago

I'd recommend checking out "https://github.com/sisl/ngsim_env" and "https://github.com/sisl/hgail" which we released with our recent paper "Multi-Agent Imitation Learning for Driving Simulation". It should contain the same functionality as gail-driver, but is more actively maintained.

aslandery commented 5 years ago

I'd recommend checking out "https://github.com/sisl/ngsim_env" and "https://github.com/sisl/hgail" which we released with our recent paper "Multi-Agent Imitation Learning for Driving Simulation". It should contain the same functionality as gail-driver, but is more actively maintained.

Hi, akuefler, Thanks for your reply. I have tried the Gail_driver code, and after some adjustments on version problem, it is still able to run. Moreover, thanks for the suggestion, and I will check out the repository for updates of the nice work.

laoyouf commented 1 year ago

I'd recommend checking out "https://github.com/sisl/ngsim_env" and "https://github.com/sisl/hgail" which we released with our recent paper "Multi-Agent Imitation Learning for Driving Simulation". It should contain the same functionality as gail-driver, but is more actively maintained.

Hi, akuefler, Thanks for your reply. I have tried the Gail_driver code, and after some adjustments on version problem, it is still able to run. Moreover, thanks for the suggestion, and I will check out the repository for updates of the nice work.

Hi, aslandery. I can't reproduce the results of the paper Error raises while running train_gail_model.py:

from rltools.envs.julia_sim import JuliaEnvWrapper, JuliaEnv File "D:\miniconda3\envs\pytorch\lib\site-packages\rltools\envs\julia_sim.py", line 13, in from rllab.config_personal import auto2D_path ImportError: cannot import name 'auto2D_path' from 'rllab.config_personal' (D:\miniconda3\envs\pytorch\lib\site-packages\rllab\config_personal.py)

I look for auto2D_path in config_personal.py, but I can't find it. Is there any way to solve this problem?