From 476d9b0f32f039aa3801941f28fc89c81a93d1e3 Mon Sep 17 00:00:00 2001 From: jangroter <47716241+jangroter@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:13:04 +0100 Subject: [PATCH 1/2] Added BlueSky-Gym to third party envs --- docs/environments/third_party_environments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/environments/third_party_environments.md b/docs/environments/third_party_environments.md index 5f18877a6..8989bdd94 100644 --- a/docs/environments/third_party_environments.md +++ b/docs/environments/third_party_environments.md @@ -63,6 +63,12 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)). Gymnasium wrapper for various environments in the SUMO traffic simulator. Supports both single and multiagent settings (using [pettingzoo](https://pettingzoo.farama.org/)). +- [BlueSky-Gym: Reinforcement Learning Environments for Air Traffic Applications](https://github.com/TUDelft-CNS-ATM/bluesky-gym) + ![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue) + ![GitHub stars](https://img.shields.io/github/stars/TUDelft-CNS-ATM/bluesky-gym) + + A collection of Gymnasium environments for air traffic management tasks, allowing for both civil and urban aviation applications. Build on the open-source air traffic simulator [BlueSky](https://github.com/TUDelft-CNS-ATM/bluesky). + ### Biological / Medical environments *Interacting with Biological Systems.* From e6b48d92b5aee34abf9e8d3cd8cf06ee8335bd29 Mon Sep 17 00:00:00 2001 From: jangroter <47716241+jangroter@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:17:49 +0100 Subject: [PATCH 2/2] Alphabetical order listing --- docs/environments/third_party_environments.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/environments/third_party_environments.md b/docs/environments/third_party_environments.md index 8989bdd94..50c6c638f 100644 --- a/docs/environments/third_party_environments.md +++ b/docs/environments/third_party_environments.md @@ -48,6 +48,12 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)). ### Autonomous Driving environments *Autonomous Vehicle and traffic management.* +- [BlueSky-Gym: Reinforcement Learning Environments for Air Traffic Applications](https://github.com/TUDelft-CNS-ATM/bluesky-gym) + ![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue) + ![GitHub stars](https://img.shields.io/github/stars/TUDelft-CNS-ATM/bluesky-gym) + + A collection of Gymnasium environments for air traffic management tasks, allowing for both civil and urban aviation applications. Build on the open-source air traffic simulator [BlueSky](https://github.com/TUDelft-CNS-ATM/bluesky). + - [gym-electric-motor: Gym environments for electric motor simulations](https://github.com/upb-lea/gym-electric-motor) An environment for simulating a wide variety of electric drives taking into account different types of electric motors and converters. @@ -63,12 +69,6 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)). Gymnasium wrapper for various environments in the SUMO traffic simulator. Supports both single and multiagent settings (using [pettingzoo](https://pettingzoo.farama.org/)). -- [BlueSky-Gym: Reinforcement Learning Environments for Air Traffic Applications](https://github.com/TUDelft-CNS-ATM/bluesky-gym) - ![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue) - ![GitHub stars](https://img.shields.io/github/stars/TUDelft-CNS-ATM/bluesky-gym) - - A collection of Gymnasium environments for air traffic management tasks, allowing for both civil and urban aviation applications. Build on the open-source air traffic simulator [BlueSky](https://github.com/TUDelft-CNS-ATM/bluesky). - ### Biological / Medical environments *Interacting with Biological Systems.*