Skip to content

Commit

Permalink
Alphabetize environment placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 authored Sep 26, 2024
1 parent b21967c commit 59a493f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/environments/third_party_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)).

### Robotics environments
*Autonomous Robots.*

- [BSK-RL: Environments for Spacecraft Planning and Scheduling](https://avslab.github.io/bsk_rl/)

![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue)
![GitHub stars](https://img.shields.io/github/stars/AVSLab/bsk_rl)

BSK-RL is a Python package for constructing Gymnasium environments for spacecraft tasking problems. It is built on top of [Basilisk](http://hanspeterschaub.info/basilisk/), a modular and fast spacecraft simulation framework, making the simulation environments high-fidelity and computationally efficient. BSK-RL also includes a collection of utilities and examples for working with these environments

- [Connect-4-gym : An environment for practicing self playing](https://github.com/lucasBertola/Connect-4-Gym-env-Reinforcement-learning)

Connect-4-Gym is an environment designed for creating AIs that learn by playing against themselves and assigning them an Elo rating. This environment can be used to train and evaluate reinforcement learning agents on the classic board game Connect Four.
Expand Down Expand Up @@ -223,13 +231,6 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)).

Highly scalable and customizable Safe Reinforcement Learning library.

- [BSK-RL: Environments for Spacecraft Planning and Scheduling](https://avslab.github.io/bsk_rl/)

![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue)
![GitHub stars](https://img.shields.io/github/stars/AVSLab/bsk_rl)

BSK-RL is a Python package for constructing Gymnasium environments for spacecraft tasking problems. It is built on top of [Basilisk](http://hanspeterschaub.info/basilisk/), a modular and fast spacecraft simulation framework, making the simulation environments high-fidelity and computationally efficient. BSK-RL also includes a collection of utilities and examples for working with these environments


### Telecommunication Systems environments
*Interact and/or manage wireless and/or wired telecommunication systems.*
Expand Down

0 comments on commit 59a493f

Please sign in to comment.