carla-simulator / reinforcement-learning

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

buggy #2

Open histfuture opened 6 years ago

histfuture commented 6 years ago
from carla.driving_benchmark.experiment_suite import CoRL2017, BasicExperimentSuite

should be

from carla.driving_benchmark.experiment_suites import CoRL2017, BasicExperimentSuite
felipecode commented 6 years ago

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