Andriy Drozdyuk
Andriy Drozdyuk
Ok - the problem was that our robot uses 5.x version while this only upgrades it up to 3.x. Still this is good PR I think. Are you guys going...
The getting started guide does not mention anything about this. https://fluxcd.io/docs/get-started
You are right, I missed that. Thanks for pointing it out. I think perhaps "Objectives" should go first, and "Before you begin" should go second. Because the eye naturally scans...
Perhaps it would make sense to just remove "before you begin" entirely and move the mention about repo tokens into the "Export your credentials" section. Then move kubernetes cluster into...
Looking at the code again, I am not sure how pykka works. It looks like the `_stop` is working as it should... But can you just double check this point?
Sending messages to yourself is exactly the right way of doing this. In an Actor system actors cannot do anything out of their own will - they only respond to...
This would indeed be the most-greatest-awesome addition. I would also move the scheduler up there into the important list.
This is me from the future - I suggest you guys take a look at Erlang instead of Akka for inspiration. This is what I ended up using instead.
I think replay buffer needs to store the hidden states. I found an example of recurrent ppo here: https://github.com/AntoineTheb/RNN-RL
I don't know. Feel free to make a PR if your use case requires it.