Mathematical Foundations of Reinforcement Learning
11–20 of 46 posts
Re: Mathematical Foundations of Reinforcement Learning
#12Earlier quoted context omitted.
His books tend to be dry and geared towards researchers, in my opinion. He has a new one on RL: https://web.mit.edu/dimitrib/www/RLCOURSECOMPLETE%202ndEDITI...
I'm looking for content (researcher myself) -- mainly on the application side. Should I start with this one? Or anything else? Very curious about RL for LLMs for example (using data from real use).
Neither cover LLMs. I don't follow the literature closely so I can only suggest you read papers: https://github.com/WindyLab/LLM-RL-Papers
Re: Mathematical Foundations of Reinforcement Learning
#13The best lectures on Reinforcement Learning and related topics are by Dimitris Bertsekas: https://web.mit.edu/dimitrib/www/home.html
Re: Mathematical Foundations of Reinforcement Learning
#14Re: Mathematical Foundations of Reinforcement Learning
#15Re: Mathematical Foundations of Reinforcement Learning
#16I don't know how to go from understanding this material to having a job in the field. Just stuck as a SWE for now.
- Do you understand the material?
- Can you utilize your understanding to build successful models/algorithms?
If the answer is yes to both, do some projects, put them on your github, and update your resume. You might need to take a job at a lower position first, but you can jump from there. But I want to make sure that the answer is "yes" to both and note that it is easy to think you understand something without actually understanding it. Importantly we must recognize that everyone has a different level of sufficient knowledge where they are comfortable saying that they "understand" a topic. One person might say they don't and be more knowledgeable than someone that says they do. But demonstration of the knowledge levels is at least a decent proxy for determining this.A way I like to gauge someone's understandings of things is by getting them to explain the limitations. This is often less explicitly stated in learning and a deeper understanding is acquired through experience and most importantly, reflection on that experience. This is often an underutilized tactic but it is very effective. If you can't do this, then the good news is that starting now will only accelerate your understanding :)
Re: Mathematical Foundations of Reinforcement Learning
#17I don't know how to go from understanding this material to having a job in the field. Just stuck as a SWE for now.
- Do you understand the material? - Can you utilize your understanding to build successful models/algorithms? If the answer is yes to both, do some projects, put them on your github, and update your resume. You might need to take a job at a lower position first, but you can jump from there. But I want to make sure that the answer is "yes" to both and note that it is easy to think you understand something without actu…
Understanding the limitations is a complicated thing in tech. You can finnangle most systems into doing mostly anything, as inefficient as that may prove to be.
The question then becomes up to what point is it "a reasonably better than most others" solution. And that's a question of an understanding of a field, not a space in the field.
Re: Mathematical Foundations of Reinforcement Learning
#18Im expecting to see a lot of hyper growth startups using RL to solve a realworld problem in engineering / logistics / medicine
LLMs currently attract all the hype for good reasons, but Im surprised VCs dont seem to be looking at RL companies specifically.
Re: Mathematical Foundations of Reinforcement Learning
#19Re: Mathematical Foundations of Reinforcement Learning
#20I don't know how to go from understanding this material to having a job in the field. Just stuck as a SWE for now.
- Do you understand the material? - Can you utilize your understanding to build successful models/algorithms? If the answer is yes to both, do some projects, put them on your github, and update your resume. You might need to take a job at a lower position first, but you can jump from there. But I want to make sure that the answer is "yes" to both and note that it is easy to think you understand something without actu…