d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
23.34k stars 4.29k forks source link

Policy Optimization and PPO #2424

Open BrianPulfer opened 1 year ago

BrianPulfer commented 1 year ago

Dear all,

While the book currently has a small section on Reinforcement Learning covering MDPs, value iteration, and the Q-Learning algorithm, the book still does not cover an important family of algorithms: Policy optimization algorithms.

It'd be great to include an overview of the taxonomy of algorithms as the one provided by OpenAI's spinning UP

For that, I propose that we cover Proximal Policy Optimization (PPO) since:

I have already written a medium post about it. My idea would be to use the environment used for the Q-learning algorithm to train the PPO model.

astonzhang commented 1 year ago

@rasoolfa FYI

rasoolfa commented 1 year ago

Hi @BrianPulfer,

Thank you so much for the note and suggestion. I'd like to note that our goal for the first run of the RL section is to cover fundamental concepts which are essential for more advanced materials and then start discussing advanced topics. That said, we'll release a couple of more RL notebooks in coming weeks covering deep RL including both on-policy and off-policy methods, and advanced topics.

Rasool

BrianPulfer commented 1 year ago

Dear @rasoolfa,

Thank you for the answer. Please let me know if I can help with anything related to this, I'd love to!

Regards, Brian