reinforcement-learning
reinforcement-learning copied to clipboard
buggy
from carla.driving_benchmark.experiment_suite import CoRL2017, BasicExperimentSuite
should be
from carla.driving_benchmark.experiment_suites import CoRL2017, BasicExperimentSuite
Yes, Some last minute changes. I already see a pull request to fix that. Thanks for the issue !