LukasFehring

Results 36 issues of LukasFehring

#### Description When working with `smac` there are two issues I struggled with: 1. Some classes do not contain Class Docstrings, while others do. For example `AlgorithmConfiguraitonFacade` and `BlackBoxFacade` and...

enhancement
documentation

### 🐛 Bug When calling ```python from stable_baselines3.common.evaluation import evaluate_policy def custom_callback(locals, globals): pass evaluate_policy(callback=custom_callback) ``` with a vecenv, then the callback gets executed for each of the environments separately....

documentation
help wanted

When building the docs with `make docs` There are many errors logged to the console. However, the generated docs still seem to work

invalid

Hey, When installing the repository according to the Readme, calling ``` pip install "git+https://github.com/google-research/hyperbo.git#egg=hyperbo" ``` raises ``` ERROR: pip's dependency resolver does not currently take into account all the packages...

## Description Provide the changes mentioned in the issue ## Motivation and Context Mentioned in the issuie ## Changes Mentioned in the issue #### Type Of Changes - [ ]...

- PyExperimenter version: Any - Database provider: SQLITE - Python version: Any - Operating System: MAC ### Description When executing CI, the MAC tests fail with a high likelihood. This...

# Description: The `own_function` may consist of several functions, whose execution is split into multiple processes, and while there are mechanisms that one can use to share objects in between...

enhancement

- PyExperimenter version: Any - Database provider: Any - Python version: Any - Operating System: Any ### Description We currently do not support writing multiple logtable entries at once. Therefore,...

- PyExperimenter version: Any - Database provider: Any - Python version: Any - Operating System: Any ### Description Currently, the only supported workflow is first adding (all) experiments to the...

enhancement