Mattias De Charleroy

Results 9 issues of Mattias De Charleroy

I get the following error when using serverless-wsgi on Azure. >Exception while executing function: Functions.app Result: Failure Exception: ModuleNotFoundError: No module named 'serverless_wsgi' Stack: File "/azure-functions-host/workers/python/3.8/LINUX/X64/azure_functions_worker/dispatcher.py", line 238, in _handle__function_load_request...

bug
help wanted

### What happened + What you expected to happen `PolicyServerInput `keeps on storing samples in its `samples_queue`, no matter what the rate of sample generation is. If samples come in...

bug
P1
rllib

### What happened + What you expected to happen `PolicyServerInput` creates in its `_make_handler` method a http request handler. This handler is a [`SimpleHTTPRequestHandler`](https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler) and thus haves a [`log_message`](https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.log_message) method....

bug
P1
rllib

The default `ModelCatalog.get_action_dist` now supports Dirichlet distributions when using the `torch` framework. This is useful when the Simplex action space is used when using torch. ## Why are these changes...

Log an error instead of an info event when the local inference thread of PolicyClient ## Why are these changes needed? Better debug-ability when a crash occurs in the `PolicyClient`...

I wanted to use the bentoml client, but I only have an https connection available, which is currently not supported. I can create a PR for this if this is...

### Feature request I would like it if it was possible to redirect all logs easily to an opentelemetry collector. Currently I only see monitoring related logs in my collector....

enhancement

## Before You Begin Before proceeding, please make sure to follow these steps: - [x] I have checked for similar feature requests in the project's issue tracker to avoid duplicates....

enhancement

When trying to publish my feature to my registry at 'my-registry.com/features-feed', devcontainers searches only for 'my-registry.com' matches in the `$DOCKER_CONFIG/config.json` file for registry matches, causing authentication to fail. For example...