GokulNC / Setting-Up-CARLA-Reinforcement-Learning

Reinforcement Learning Environment for CARLA Autonomous Driving Simulator
95 stars 18 forks source link

Question about the SETUP #1

Closed AliBaheri closed 6 years ago

AliBaheri commented 6 years ago

Hi @GokulNC,

I have installed CARLA on my machine (Ubuntu 18) and also forked this repo and installed the dependencies. But I am not able to run:

from Environment.carla_environment_wrapper import CarlaEnvironmentWrapper as CarlaEnv

Would you please provide some details about how it works and it should be connected to CARLA?

King regards,

GokulNC commented 6 years ago

Hi,

Did you check the README file? That doesn't help? Or what specific doubt do you have? :)

The environment interface that I've setup is somewhat similar to that of Gym. I'd recommend you take a look at Gym Env first :)

AliBaheri commented 6 years ago

Thanks, I was able to resolve the issue.

kk2491 commented 5 years ago

@AliBaheri Could you please let me know how you fixed the issue. I am having the same issue.

Thank you, KK

AliBaheri commented 5 years ago

@kk2491 Check this out: https://github.com/PacktPublishing/Hands-On-Intelligent-Agents-with-OpenAI-Gym/tree/master/ch7