mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
Adding PokemonRedExperiments project (#1762)
* Adding pokemon red * update changelog --------- Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
parent
e3dea4b2e0
commit
c8fda060d4
2 changed files with 11 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ Documentation:
|
|||
^^^^^^^^^^^^^^
|
||||
- Updated RL Tips and Tricks (include recommendation for evaluation, added links to DroQ, ARS and SBX).
|
||||
- Fixed various typos and grammar mistakes
|
||||
- Added PokemonRedExperiments to the project page
|
||||
|
||||
Release 2.1.0 (2023-08-17)
|
||||
--------------------------
|
||||
|
|
|
|||
|
|
@ -229,3 +229,13 @@ intelligent agents to perform network slice placement.
|
|||
| Author: Alex Pasquali
|
||||
| Github: https://github.com/AlexPasqua/DeepNetSlice
|
||||
| Paper: **under review** (citation instructions on the project's README.md) -> see this Master's Thesis for the moment: https://etd.adm.unipi.it/theses/available/etd-01182023-110038/unrestricted/Tesi_magistrale_Pasquali_Alex.pdf
|
||||
|
||||
|
||||
PokemonRedExperiments
|
||||
---------------------
|
||||
|
||||
Playing Pokemon Red with Reinforcement Learning.
|
||||
|
||||
| Author: Peter Whidden
|
||||
| Github: https://github.com/PWhiddy/PokemonRedExperiments
|
||||
| Video: https://www.youtube.com/watch?v=DcYLT37ImBY
|
||||
|
|
|
|||
Loading…
Reference in a new issue