Adrian Belmans

Results 10 issues of Adrian Belmans

So I want to trigger a captive portal that goes to my apache server on kali. Currently I redirect all http traffic with 302 to the ip of the apache...

Could you give me a list of working laptops? preferably high-end? I need a new one and really wanted to do a gpu passthrough on it, but it is almost...

**Is your feature request related to a problem? Please describe.** Yes this request is related to a problem, imagine if I try to buy an item on the marketplace and...

New

Do you know of any high end laptop that is shure to work with this setup? I am looking for a new laptop and didn't find anything about supported muxed...

changed inf to float max values

The example code at https://github.com/CodeReclaimers/neat-python/blob/master/examples/xor/evolve-feedforward-distributed.py doesn't seem to work and I can't get it to work. `lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) AttributeError: Can't pickle local object '_ExtendedManager._get_manager_class.._EvaluatorSyncManager'` It...

So I would like to run the original faceit-live, I'm trying on ubuntu 20.04 but the docker compose fails. I get the error `conda-4.10.1-p 100% |###############################| Time: 0:00:00 11.48 MB/s...

the file [FinRL_HyperparameterTuning_Optuna.ipynb](https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/4-Optimization/FinRL_HyperparameterTuning_Optuna.ipynb) gives me the following error ``` TypeError Traceback (most recent call last) Cell In[17], line 16 3 env_kwargs = { 4 "hmax": 100, 5 "initial_amount": 1000000, (...)...

bug

When I calculate the diff using the following code snippets I run into some trouble, for some reason multiline strings are not handled accordingly. I first calculate the diff and...

is this implementation production-ready and fault tolerant?