-
-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BSK-RL environment; fix indents on bulleted lists #1178
Conversation
|
||
### Biological / Medical environments | ||
*Interacting with Biological Systems.* | ||
|
||
- [ICU-Sepsis: A Benchmark MDP Built from Real Medical Data](https://github.com/icu-sepsis/icu-sepsis) | ||
|
||
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue) | ||
![GitHub stars](https://img.shields.io/github/stars/icu-sepsis/icu-sepsis) | ||
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it looks better that way, yeah, we can keep it, thanks.
Highly scalable and customizable Safe Reinforcement Learning library. | ||
Highly scalable and customizable Safe Reinforcement Learning library. | ||
|
||
- [BSK-RL: Environments for Spacecraft Planning and Scheduling](https://avslab.github.io/bsk_rl/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the envs are alphabetically sorted
Run precommit, More info on the contributing .md file |
Ran the precommit to resolve trailing whitespace. |
c8de1c7
into
Farama-Foundation:main
ci is failing due to an unrelated issue |
Description
Added the BSK-RL spacecraft tasking RL environment (https://avslab.github.io/bsk_rl/).
Also fixes indentation in the formatting on the external environments page so that bullets work correctly.
Type of change
Please delete options that are not relevant.
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)