kochlisGit / Autonomous-Vehicles-Adaptive-Cruise-Control

An implementation of an Autonomous Vehicle Agent in CARLA simulator, using TF-Agents
19 stars 8 forks source link

python code problem(straight_lane_agent_c51_training.py) #7

Closed yihsinma closed 9 months ago

yihsinma commented 9 months ago

I have changed the path, but the execution still fails. Please tell me the correct path. try: sys.path.append(glob.glob('../../carla/dist/carla-*%d.%d-%s.egg' % ( sys.version_info.major, sys.version_info.minor, 'win-amd64' if os.name == 'nt' else 'linux-x86_64'))[0]) sys.path.append('/') sys.path.append('../simulation2') sys.path.append('../environment2') sys.path.append('../../carla/') Thanks.