What's Changed
The main chain in this release is the breaking change of each member of the `ais` iterable passed to `run_experiment`. It was a pair, but now it's a triple. The extra parameter (which is the second parameter) must be an iterable of (key,value) parameters passed to the AI when it starts.
* feat: allow passing of parameters to AIs by michalc in https://github.com/michalc/OpenTTDLab/pull/140
* docs: fix the OpenTTD version in the example notebooks by michalc in https://github.com/michalc/OpenTTDLab/pull/141
**Full Changelog**: https://github.com/michalc/OpenTTDLab/compare/v0.0.40...v0.0.41