diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 42824b5..4046e90 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -32,6 +32,7 @@ Documentation: ^^^^^^^^^^^^^^ - Add Rocket League Gym to list of supported projects (@AechPro) - Added gym-electric-motor to project page (@wkirgsn) +- Added policy-distillation-baselines to project page (@CUN-bjy) Release 1.2.0 (2021-09-03) @@ -776,4 +777,4 @@ And all the contributors: @diditforlulz273 @liorcohen5 @ManifoldFR @mloo3 @SwamyDev @wmmc88 @megan-klaiber @thisray @tfederico @hn2 @LucasAlegre @AptX395 @zampanteymedio @JadenTravnik @decodyng @ardabbour @lorenz-h @mschweizer @lorepieri8 @vwxyzjn @ShangqunYu @PierreExeter @JacopoPan @ltbd78 @tom-doerr @Atlis @liusida @09tangriro @amy12xx @juancroldan @benblack769 @bstee615 -@c-rizz @skandermoalla @MihaiAnca13 @davidblom603 @ayeright @cyprienc @wkirgsn @AechPro +@c-rizz @skandermoalla @MihaiAnca13 @davidblom603 @ayeright @cyprienc @wkirgsn @AechPro @CUN-bjy diff --git a/docs/misc/projects.rst b/docs/misc/projects.rst index 8eace17..753b8bd 100644 --- a/docs/misc/projects.rst +++ b/docs/misc/projects.rst @@ -109,3 +109,14 @@ SB3 is used as an example in one of many tutorials showcasing the easy usage of | GitHub: https://github.com/upb-lea/gym-electric-motor | SB3 Tutorial: `Colab Link `_ | Paper: `JOSS `_, `TNNLS `_, `ArXiv `_ + +policy-distillation-baselines +------------------------------ +A PyTorch implementation of Policy Distillation for control, which has well-trained teachers via Stable Baselines3. + +- `policy-distillation-baselines` provides some good examples for policy distillation in various environment and using reliable algorithms. +- All well-trained models and algorithms are compatible with Stable Baselines3. + +| Authors: Junyeob Baek +| GitHub: https://github.com/CUN-bjy/policy-distillation-baselines +| Demo: `link `_