carla-simulator / reinforcement-learning

Reinforcement learning baseline agent trained with the Actor-critic (A3C) algorithm.
Other
238 stars 60 forks source link

KeyError: 'CameraRGB' #3

Open histfuture opened 6 years ago

histfuture commented 6 years ago

Hey , it is weird when I start run_RL.py. The script throws an error with

print(sensory, dir(sensory['CameraRGB']))
KeyError: 'CameraRGB'
felipecode commented 6 years ago

Hey @histfuture I was not able to reproduce this error. Could you provide some more information ? Did you set the town correctly ? Remember, this reinforcement learning code is supposed to be ran with python3.