From 76c212a854c506740aacc747c659f8b126bf4f2f Mon Sep 17 00:00:00 2001 From: Matthew Allen Date: Sat, 18 Sep 2021 05:47:22 -0400 Subject: [PATCH] Add RLGym to project page (#576) * Add RLGym to projects list. Per the request in this issue on our repo: https://github.com/lucas-emery/rocket-league-gym/issues/24 * Update changelog documentation section * Update changelog.rst * Update docs/misc/projects.rst Co-authored-by: Antonin RAFFIN --- docs/misc/changelog.rst | 3 ++- docs/misc/projects.rst | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index b97e2b1..142d048 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -28,6 +28,7 @@ Others: Documentation: ^^^^^^^^^^^^^^ +- Add Rocket League Gym to list of supported projects (@AechPro) - Added gym-electric-motor to project page (@wkirgsn) @@ -773,4 +774,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 +@c-rizz @skandermoalla @MihaiAnca13 @davidblom603 @ayeright @cyprienc @wkirgsn @AechPro diff --git a/docs/misc/projects.rst b/docs/misc/projects.rst index 7e6950e..8eace17 100644 --- a/docs/misc/projects.rst +++ b/docs/misc/projects.rst @@ -75,6 +75,21 @@ SuperSuit contains easy to use wrappers for Gym (and multi-agent PettingZoo) env | GitHub: https://github.com/PettingZoo-Team/SuperSuit | Tutorial on multi-agent support in stable baselines: https://towardsdatascience.com/multi-agent-deep-reinforcement-learning-in-15-lines-of-code-using-pettingzoo-e0b963c0820b +Rocket League Gym +----------------- + +A fully custom python API and C++ DLL to treat the popular game Rocket League like an OpenAI Gym environment. + +- Dramatically increases the rate at which the game runs. +- Supports full configuration of initial states, observations, rewards, and terminal states. +- Supports multiple simultaneous game clients. +- Supports multi-agent training and self-play. +- Provides custom wrappers for easy use with stable-baselines3. + +| Authors: Lucas Emery, Matthew Allen +| GitHub: https://github.com/lucas-emery/rocket-league-gym +| Website: https://rlgym.github.io + gym-electric-motor -------------------