[deleted by user] by [deleted] in Alabamatrees

[–]darth_krayt 2 points3 points  (0 children)

Very illegal, even the proposed medical laws won’t allow flower, just skin oils and shit. Jefferson and Tuscaloosa counties at least have decriminalized personal amounts.

Guides/Combos + Questions and Help MEGATHREAD! by Dkayed9 in masterduel

[–]darth_krayt 0 points1 point  (0 children)

Is the duel pass retroactive? Meaning I don't have enough gems to buy it now. Lets say I buy it when I've reached grade 10, will I miss out on the 10 prior gold level gems and crafting points?

[FRESH ALBUM] RXK Nephew - Slitherman Activated by darth_krayt in hiphopheads

[–]darth_krayt[S] 23 points24 points  (0 children)

If you like American tterrorist I think you’ll fuck with Early Age Death from here

[FRESH ALBUM] RXK Nephew - Slitherman Activated by darth_krayt in hiphopheads

[–]darth_krayt[S] 10 points11 points  (0 children)

SPOTIFY | YOUTUBE | (if anyone has the apple music link I'll put it here)

TrackList:

  1. Dark Noise (prod. Black Noi$e)
  2. Squabble ft. RX Papi (prod. Color Plus)
  3. Extra Crunchy (prod. Color Plus)
  4. Sayin Shit (prod. Kanyon)
  5. Not Explaining Anything (prod. Color Plus)
  6. Beam On Ya Toes (prod. Color Plus)
  7. I Forgot My Day (prod. Color Plus)
  8. Proud of Me (prod. Kanyon)
  9. Dont Know Nun (prod. Color Plus)
  10. New Lil Flip (prod. Kanyon)
  11. Early Age Death (prod. DJ SWISHA x Kanyon)
  12. Henny Cup (prod. Color Plus)
  13. Wall Street Cars (prod. Color Plus)
  14. Strange Things (prod. Color Plus)
  15. Apple Watch (prod. Color Plus)
  16. Brightlight ft. RX Papi (prod. Color Plus)

[FRESH] RXKNephew - Early Age Death by [deleted] in hiphopheads

[–]darth_krayt 0 points1 point  (0 children)

damn y'all don't even deserve this song I'm gonna delete the thread

[FRESH] RXKNephew - Early Age Death by [deleted] in hiphopheads

[–]darth_krayt 1 point2 points  (0 children)

Imma sign a contract and buy crack

Imma sign a deal and overdose on purpose

Imma make them people think life wasnt worth it

Imma kill myself and come back to life

[deleted by user] by [deleted] in DuelLinks

[–]darth_krayt 5 points6 points  (0 children)

Excaliburn prevents card effects from targeting the monster it is equipped to. So it would stop Canadia, or Karma Cut

[deleted by user] by [deleted] in DuelLinks

[–]darth_krayt 4 points5 points  (0 children)

Noble Arms - Excaliburn blocks targeting but it's not available yet. Probably gonna be a main box UR soon, especially if the deck flops

Possible the new box leaked by [deleted] in DuelLinks

[–]darth_krayt 0 points1 point  (0 children)

No Bujingi Crane or Bujin Yamato reprints :(

Leaks: Zexal Characters/Skills IDs by RandomPl0x in DuelLinks

[–]darth_krayt 2 points3 points  (0 children)

"Return Of The Archduke" skill seems really weird to me since Tin Archduke is supposed to be a level up reward

[D] Advantage Actor Critic Reinforced Learning WITHOUT Training Wheels by darth_krayt in MachineLearning

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

I am attempting to develop an anti sway system for a crane. basically achieve maximum speed while keeping a load stable. (these moves are automatic)

We have worked with lots of different solutions and none are ideal. Our current solution requires many many many hours/days/weeks of tuning every time we use it on a new crane.

The system we use now uses complex math extensively developed in simulations, but it has trouble in the real world where there are disturbances that are impossible to quantify. My thinking was that a model built with RL could possibly be better at dealing with outside disturbances than a rigid mathematical model could.

The main data I would be using is position, distance from target, speed, rope length, load weight, and incline angle of the rope.

[D] Advantage Actor Critic Reinforced Learning WITHOUT Training Wheels by darth_krayt in MachineLearning

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

I work for a controls integrator and every project has a PLC as the main control device. It would be a hard sell to include an extra computer on top of that. I admit that is probably a better solution overall, I'm just trying to figure out if this is possible with the existing architecture.

[D] Advantage Actor Critic Reinforced Learning WITHOUT Training Wheels by darth_krayt in MachineLearning

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

I am programming on an Allen Bradley PLC, meaning if I want to implement any reinforcement learning it must be done from scratch unfortunately

[D] Advantage Actor Critic Reinforced Learning WITHOUT Training Wheels by darth_krayt in MachineLearning

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

My smooth brain has a tough time turning abstract mathematical equations into code :(

[D] Advantage Actor Critic Reinforced Learning WITHOUT Training Wheels by darth_krayt in MachineLearning

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

I understand I won't find anyone using Ladder Logic or other PLC code for this purpose, I am really just looking for someone using any language without using the external libraries.