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

buggy

Open histfuture opened this issue 6 years ago • 1 comments

from carla.driving_benchmark.experiment_suite import CoRL2017, BasicExperimentSuite

should be

from carla.driving_benchmark.experiment_suites import CoRL2017, BasicExperimentSuite

histfuture avatar May 03 '18 03:05 histfuture

Yes, Some last minute changes. I already see a pull request to fix that. Thanks for the issue !

felipecode avatar May 03 '18 14:05 felipecode