reinforcement-learning icon indicating copy to clipboard operation
reinforcement-learning copied to clipboard

KeyError: 'CameraRGB'

Open histfuture opened this issue 6 years ago • 1 comments

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

print(sensory, dir(sensory['CameraRGB']))
KeyError: 'CameraRGB'

histfuture avatar May 03 '18 03:05 histfuture

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.

felipecode avatar May 03 '18 14:05 felipecode