Hiro Nakamoro
Hiro Nakamoro
Connection from: /Users/tengjuye/Library/Developer/Xcode/UserData/IB Support/Simulator Devices/77AE4E39-429C-4F6B-A3F9-133B1235CA28/data x86_64 (100) Connection from: /Users/tengjuye/Library/Developer/CoreSimulator/Devices/1E21038C-DB2A-4026-844F-A5B2DE24229C/data/Containers/Data/Application/A4183A9F-69B2-42F0-8E6C-FF11F8F53698 x86_64 (111) buidRoot: /Users/tengjuye/Library/Developer/Xcode/DerivedData/Exhibtion-aplazngczsybhmgjvjyebopuoyaj/Build logDir: /Users/tengjuye/Library/Developer/Xcode/DerivedData/Exhibtion-aplazngczsybhmgjvjyebopuoyaj/Logs/Build Learnt compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/tengjuye/Projects/Exhibtion/Exhibtion/authenticate/IntroViewController.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Extensions/UISearchBar+Yep.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/FollowExhibitionTableViewController.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Extensions/UIImage+Yep.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Helpers/YepMedia.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Extensions/CLPlacemark+Yep.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Operations/ConcurrentOperation.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Operations/UploadAttachmentOperation.swift /Users/tengjuye/Projects/Exhibtion/Exhibtion/Extensions/UIImageView+Yep.swift...
Hey , I run the RL benchmark with ``` python run_RL.py --corl-2017 ``` In which my python environment is set by ``` conda create -n carla_rl python=3.6 chainer=1.24.0 cached-property=1.4.2 pillow=5.1.0...
Hey , it is weird when I start run_RL.py. The script throws an error with ``` print(sensory, dir(sensory['CameraRGB'])) KeyError: 'CameraRGB' ```
buggy
``` from carla.driving_benchmark.experiment_suite import CoRL2017, BasicExperimentSuite ``` should be ``` from carla.driving_benchmark.experiment_suites import CoRL2017, BasicExperimentSuite ```