mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-28 20:11:31 +00:00
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 <antonin.raffin@ensta.org>
This commit is contained in:
parent
303df08a80
commit
76c212a854
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue