bitsauce / Carla-ppo

This repository hosts a customized PPO based agent for Carla. The goal of this project is to make it easier to interact with and experiment in Carla with reinforcement learning based agents -- this, by wrapping Carla in a gym like environment that can handle custom reward functions, custom debug output, etc.
MIT License
229 stars 56 forks source link

${CARLA_ROOT} has not been set #20

Open TrinhTuanHung2021 opened 3 years ago

TrinhTuanHung2021 commented 3 years ago

Hello. When I run run_eval.py it shows the error "Exception: ${CARLA_ROOT} has not been set!"

image

Now, I use win 10. I followed some instructions but could not fix it. Could you show me how to set the {CARLA_ROOT} on Windows 10. Thanks

image

Mouni97AS commented 3 years ago

Hi, you should enter the name CARLA_ROOT like that: envs

Mouni97AS commented 3 years ago

after that, probably you will face a error regarding the make package in windows, if you solve it inform me, I am stuck there

Oroduin commented 3 years ago

I recommend use Linux version instead. There are too many problems in windows version as I know

nsliem745 commented 1 year ago

Hi, you should enter the name CARLA_ROOT like that: envs

unfortunately it does not work for me