mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-05 00:00:04 +00:00
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
This commit is contained in:
parent
0503e694b2
commit
a2e3001598
2 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <https://github.com/CUN-bjy/policy-distillation-baselines/issues/3#issuecomment-817730173>`_
|
||||
|
||||
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 <https://edouardleurent.com>`_
|
||||
| GitHub: https://github.com/eleurent/highway-env
|
||||
| Examples: `Colab Links <https://github.com/eleurent/highway-env/tree/master/scripts#using-stable-baselines3>`_
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue