diff --git a/docs/README.md b/docs/README.md index 169a5e3..1fc4d76 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 4ecf61b..e16e4b2 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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 diff --git a/docs/misc/projects.rst b/docs/misc/projects.rst index 9d05d54..53ad8f7 100644 --- a/docs/misc/projects.rst +++ b/docs/misc/projects.rst @@ -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))