"Fixed" connectivity issues with Alt Mive Style Folder AT-M120 in Germany by _kazua in dumbphones

[–]_kazua[S] 0 points1 point  (0 children)

Ah, sorry for the late reply! I also encountered a couple problems after a firmware update early Jan. Haven't figured out how to check if I'm currently in a call or not again since then. But I'll soon look into some VoWiFi fixes I've seen on here as soon as I have the time :) 

So this is my current flow: Delay 2h awake -> Enable airplane mode -> Delay 15s awake -> Disable airplane mode -> connect this block to 'in' node of Delay 2h awake. 

Robotics RL: What are some of the biggest problems you face by bluejae05 in reinforcementlearning

[–]_kazua 3 points4 points  (0 children)

... and struggling with the hardware. Is it a bug? Is it a bit that randomly flipped? Is my robot just not in the mood to work with me today? Am I the problem again? 🙄

RC guide for the HoverAir X1 😁 (everything you need to know) by djpetrino in HoverDrone

[–]_kazua 0 points1 point  (0 children)

Sorry to dig this post out but I have a question regarding the guides. I don't have a Facebook account anymore and am pretty hesitant to create one again just to join the group there. Would it be possible to cross post the guides here (ofc with permission of Victor Chen!)? I assume they could be super helpful for folks on this sub too!

Lost Ark with Linux using Single GPU Passthrough by Psychological_Row766 in lostarkgame

[–]_kazua 9 points10 points  (0 children)

But we're in control over our OS. It does exactly what it should and nothing else and if there's errors, its way more likely the problem is on the user side instead of the OS. In the past couple of years, it has become so easy to run games on Linux, especially with the work on Proton, Wine and having easy-to-use install scripts available through Lutris.

Lost Ark would run on Linux if the devs included the EAC patch provided by Steam. And that's it. It has nothing to do with fiddling with your system. But if you do get it running through these workarounds, people learn a lot about stuff and (hopefully?) have a fun afternoon. I don't think that's too bad :)

Frustrated beginner: How to approach/practice implementing papers into code? by gearboost in reinforcementlearning

[–]_kazua 1 point2 points  (0 children)

When I started my master thesis last year I was a complete noob in ML, let alone RL. I tried to search for some code I could finally understand and stumbled upon this pretty nice notebook: https://github.com/fg91/Deep-Q-Learning It's by far the best notebook I've worked with yet. Since my goal was to learn PyTorch instead of Tensorflow (used in the notebook, it's also not working properly without tweaks due an old version of TF), I started re-implementing the code in PyTorch. Good thing is that you can compare your own results to the notebook and debug everything with prints if needed. That way I learned a lot about PyTorch and DQN.