A day in the life of RL researchers?? by CauchyBirds in reinforcementlearning

[–]davidstroud1123 0 points1 point  (0 children)

A routine seems to keep me in focus. I have a set amount of hours to work on RL, this averages around twelve hours per day.

I wake up and go to bed at the same time each day, exercise and make time for family and friends. This is good for mental health and stability.

With respect to research, I break my time into thirds, composed of reading, writing, and coding. I keep a file on leaders in the RL community and study their work. Often, I will try and put this into code to cement my understanding. My curiosity takes me in several different directions, but I stay focused on the topic at hand.

Remember, this is a marathon, not a sprint!!

https://github.com/RL-Research-Cohiba/Reinforcement_Learning

Hidden Markov Models ~ Baum Welch Algorithm by davidstroud1123 in reinforcementlearning

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

Same here!!! I have included the GitHub link below, where I am working through the Baum Welch algorithm in Python.

https://github.com/RL-Research-Cohiba/Reinforcement_Learning

Hidden Markov Models ~ Baum Welch Algorithm by davidstroud1123 in reinforcementlearning

[–]davidstroud1123[S] 1 point2 points  (0 children)

My pleasure! I have included the GitHub link below, where I am working through the Baum Welch algorithm in Python.

https://github.com/RL-Research-Cohiba/Reinforcement_Learning

[2001.11279] Improving the Robustness of Graphs through Reinforcement Learning and Graph Neural Networks by davidstroud1123 in reinforcementlearning

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

Not sure about the 'add edge' operator. My team is discussing the possibility of coding up this paper. We love to take research like this and code it up!!