Maximilian Reimer
Maximilian Reimer
Please make the flask port configurable. I need to run in on another port than 5000.
When I run the docker container I get: ``` Exception in thread "main" java.io.IOException: Cannot run program "/usr/local/lib/python3.9/dist-packages/dataqa_es/server/elasticsearch-7.9.2/jre-15/bin/java": error=0, Failed to exec spawn helper: pid: 214, exit value: 1 at...
Currently `gym.Spaces` as well as the sample drawn from them are serialized to JSON in different ways producing duplicated code and incompatible formats at a different places of the program....
Issue: When trying to debug problems with FastDownward and enabling backend logs like described [here](https://github.com/automl/DACBench/issues/96#issuecomment-863904544) only fixed log files are possible. When testing for multiple parallel runs this leads to...
Add extensive tests that check if the benchmarks are still performing as expected. These tests should only be executed after big changes or once in a while but not after...
Move the default config dicts to files and add static loading method.
Add default config for common values for benchmarks. Will reduces the size of individual configs and makes it more transparent which values are available.
While writing [a test](https://github.com/automl/DACBench/blob/2c032852194a7fe1e68d93e22e5cbb9ccdec7a04/tests/wrappers/test_action_tracking_wrapper.py#L23) for the logging of action spaces I discovered that Modea does not seem to be perfectly deterministic. The number of steps performed before done with the...
Hi, thanks für the great package. I was wondering if there is a possibility to get all predictions for a time series dataset of a trained predictor? The predict method...
Hi, thanks for the great package it almost always works like charm. We recently update from python 3.10 to 3.11 and XGBoost from 1.7.6 to 2.0.3 and are now getting...