Mario Kneidinger

Results 6 comments of Mario Kneidinger

What worked for me was to install wkhtmltopdf with apt (worked on ubuntu, but resulted in a big docker image) or use the correct binary from [here](https://wkhtmltopdf.org/downloads.html), download with wget,...

Same for me. I checked the authentication plugin and tried `flush privileges`. The plugins are mysql_native_password: ![image](https://user-images.githubusercontent.com/19666187/72986746-2ffcea80-3de9-11ea-9418-d8abe8540d7d.png) and `flush privileges` shows OK: ![image](https://user-images.githubusercontent.com/19666187/72986846-60dd1f80-3de9-11ea-8ad2-b52aacd4eb5d.png) But I still get `access denied` afterwards,...

Thank you, although I am still getting `Access denied for user 'root'@'localhost'`, it works now.

+1 I have the same issue that I don't know how observation_and_action_constrain_splitter works and can't get it working. I if I keep the mask logic in the Python part I...

Phew, I finally got it to work. First I tried it with a tuple of (observation, mask), like recommended [here](https://github.com/tensorflow/agents/issues/255#issuecomment-558206434), which resulted in lots of different errors, which had to...

I have a related issue. I am trying to run the minimal application from https://fiware-openmtc.readthedocs.io/en/latest/sdk-framework/index.html and when I run it, I get the same ImportError of 'Accept' as you in...