HubFire / Muti-branch-DDPG-CARLA

A tensorflow implemention of ECCV2018 Paper:CIRL: Controllable Imitative Reinforcement Learning for Vision-based Self-driving
77 stars 21 forks source link

how about the requirment.txt? #9

Open chan-yuu opened 1 month ago

chan-yuu commented 1 month ago

tensorflow's version

chan-yuu commented 1 month ago

where is the map? Traceback (most recent call last): File "main.py", line 162, in train(sess,img_agent) File "main.py", line 48, in train env = Env("./log","./data",image_agent) File "/home/cyun/disk3/carla_ws/Muti-branch-DDPG-CARLA/environment/carla_env.py", line 78, in init self.setup_client_and_server() File "/home/cyun/disk3/carla_ws/Muti-branch-DDPG-CARLA/environment/carla_env.py", line 270, in setup_client_and_server self.client.load_world(self.map) RuntimeError: map not found