From a2e3001598cbccb85c5fc76b099e04304ebc46a0 Mon Sep 17 00:00:00 2001 From: Edouard Leurent Date: Sat, 30 Oct 2021 12:53:36 +0100 Subject: [PATCH] Add highway-env to the list of projects using SB3 (#639) * Add highway-env to the list of projects using SB3 Many thanks for this fantastic library, keep up the good work! * Update changelog with added documentation --- docs/misc/changelog.rst | 3 ++- docs/misc/projects.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index c7a6443..047f95c 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -25,6 +25,7 @@ Others: Documentation: ^^^^^^^^^^^^^^ +- Add highway-env to projects page (@eleurent) Release 1.3.0 (2021-10-23) @@ -827,4 +828,4 @@ And all the contributors: @tirafesi @blurLake @koulakis @joeljosephjin @shwang @rk37 @andyshih12 @RaphaelWag @xicocaio @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 @CUN-bjy @batu @IljaAvadiev @timokau @kachayev +@ShangqunYu @PierreExeter @JacopoPan @ltbd78 @tom-doerr @Atlis @liusida @09tangriro @amy12xx @juancroldan @benblack769 @bstee615 @c-rizz @skandermoalla @MihaiAnca13 @davidblom603 @ayeright @cyprienc @wkirgsn @AechPro @CUN-bjy @batu @IljaAvadiev @timokau @kachayev @eleurent diff --git a/docs/misc/projects.rst b/docs/misc/projects.rst index 753b8bd..227cbef 100644 --- a/docs/misc/projects.rst +++ b/docs/misc/projects.rst @@ -120,3 +120,15 @@ A PyTorch implementation of Policy Distillation for control, which has well-trai | Authors: Junyeob Baek | GitHub: https://github.com/CUN-bjy/policy-distillation-baselines | Demo: `link `_ + +highway-env +------------------- + +A minimalist environment for decision-making in Autonomous Driving. + +Driving policies can be trained in different scenarios, and several notebooks using SB3 are provided as examples. + +| Author: `Edouard Leurent `_ +| GitHub: https://github.com/eleurent/highway-env +| Examples: `Colab Links `_ +