Docs: Add mobile-env to community projects (#1617)

* Docs: Add mobile-env to community projects

* Update docs Readme with correct install command

Without the quotes, I get `no matches found: .[docs]`

* Add changelog entry for adding mobile-env

* Fix format in projects.rst

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
Stefan Schneider 2023-07-21 16:33:01 +02:00 committed by GitHub
parent a730b9b66a
commit 5abd50a853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View file

@ -8,7 +8,7 @@ This folder contains documentation for the RL baselines.
#### Install Sphinx and Theme
Execute this command in the project root:
```
pip install -e .[docs]
pip install -e ".[docs]"
```
#### Building the Docs

View file

@ -38,6 +38,7 @@ Others:
Documentation:
^^^^^^^^^^^^^^
- Fixed callback example (@BertrandDecoster)
- Added mobile-env as new community project (@stefanbschneider)
Release 2.0.0 (2023-06-22)
@ -1398,4 +1399,4 @@ And all the contributors:
@Melanol @qgallouedec @francescoluciano @jlp-ue @burakdmb @timothe-chaumont @honglu2875
@anand-bala @hughperkins @sidney-tio @AlexPasqua @dominicgkerr @Akhilez @Rocamonde @tobirohrer @ZikangXiong
@DavyMorgan @luizapozzobon @Bonifatius94 @theSquaredError @harveybellini @DavyMorgan @FieteO @jonasreiher @npit @WeberSamuel @troiganto
@lutogniew @lbergmann1 @lukashass @BertrandDecoster @pseudo-rnd-thoughts
@lutogniew @lbergmann1 @lukashass @BertrandDecoster @pseudo-rnd-thoughts @stefanbschneider

View file

@ -197,3 +197,18 @@ A simple library for pink noise exploration with deterministic (DDPG / TD3) and
| Authors: Onno Eberhard, Jakob Hollenstein, Cristina Pinneri, Georg Martius
| Github: https://github.com/martius-lab/pink-noise-rl
| Paper: https://openreview.net/forum?id=hQ9V5QN27eS (Oral at ICLR 2023)
mobile-env
----------
An open, minimalist Gymnasium environment for autonomous coordination in wireless mobile networks.
It allows simulating various scenarios with moving users in a cellular network with multiple base stations.
- Written in pure Python, easy to modify and extend, and can be installed directly via PyPI.
- Implements the standard Gymnasium interface such that it can be used with all common frameworks for reinforcement learning.
- There are examples for both single-agent and multi-agent RL using either `stable-baselines3` or Ray RLlib.
| Authors: Stefan Schneider, Stefan Werner
| Github: https://github.com/stefanbschneider/mobile-env
| Paper: https://ris.uni-paderborn.de/download/30236/30237 (2022 IEEE/IFIP Network Operations and Management Symposium (NOMS))