Timon Erhart

Results 45 comments of Timon Erhart

In my case (on NixOS, but should work for other distros too) it was enough to install the headless version: ``` pip uninstall opencv-python pip install opencv-python-headless ```

`package:env_id` is the first thing I tried, but unfortunately it does not work yet (v2.3.0)... ```python ENV_NAME = 'gym_environment:gym_environment/GridWorld-v0' # My custom environment # Works from gymnasium import make_vec env...

I would really appreciate that too. I am currently using MLFlow together with Darts for a project, but have to do it manually

In my opinion, the main advantage is to get the [mlflow.autolog()](https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.autolog) functionality working - As it already works with [Pytorch Lightning](https://mlflow.org/docs/latest/tracking.html?highlight=lightning#pytorch), it maybe needs just a thin wrapper - When...

@Sonta Thanks for the hint with 32-bit! I'll try it out

@kusumy i used it only for logging parameters, metrics and artifacts (manually with e.g. `mlflow.log_metric(...)`). I didn't used it to register models, because i guess that needs intrinsic support from...

> Hi there we are looking to set up a solution using mlflow and darts. Does anyone here have any tips or sample projects. Or a general structure we could...

> > Hi there, I looked into #2092 but I don't understand how the DARTS model can be loaded from MLflow once logged as a pytorch model, am I missing...

(@araffin just fyi: If you have decided what you prefer (changing the help/doc strings OR fix where it will be saved), I'm happy to do a merge request)

@SantiSuarezMS don't you mean: *"**Actual**: At the end of the output it reads: `Exit code 0`"* (instead of 1) ? I consider this a bug as well, or at least...