handson-ml2 icon indicating copy to clipboard operation
handson-ml2 copied to clipboard

Regarding Reinforcement Learning

Open mahendran-jinachandran opened this issue 8 months ago • 1 comments

Hi Team,

I have used your "Hands on Machine Learning" Book to learn ML. It is top notch. Thanks for the detailed clarification about everything. However, I noticed that many methods in Gym environment codes in "Reinforcement Learning" is deprecated and not available now currently. Please modify it. Thank you for your help!

mahendran-jinachandran avatar Apr 13 '25 10:04 mahendran-jinachandran

Thanks for your feedback! Have you looked at the repository for the 3rd edition? It now uses Gymnasium instead of Gym, and it should work fine. https://github.com/ageron/handson-ml3

ageron avatar May 21 '25 23:05 ageron