Stan Verschuuren

Results 5 comments of Stan Verschuuren

oops wrong repo sorry :( EDIT: I'll leave it here since it seems to contain usefull edits.

Amazing! I will have at it with your suggestions and reply when I know more!

Allright so I figured out what was going wrong: Indeed I was not properly shutting down the actor framework. It seems like killing all python processes wasnt enough as even...

For further unlookers; You are probably better off using Pyro (the same mentioned in the Readme.md) . See the [example in their docs](https://pyro4.readthedocs.io/en/stable/tutorials.html#building-a-warehouse). It is highly comparable in terms of...

I was wondering too about the index correctness, but see the conditional block starting at 140: ``` // Average all gains after the first two cycles if (cycle > 1)...