Skip to content
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

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

Mark2000
Copy link
Contributor

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.

  • Documentation only change (no code changed)
  • This change requires a documentation update

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes


### 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)
Copy link
Collaborator

@Kallinteris-Andreas Kallinteris-Andreas Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are adding a bunch of spaces at the start of lines for some reason

image
current implementation looks fine to me

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-09-26 at 3 02 37 PM

This makes the content properly indented under the bullet as opposed to outdenting to body level after each bullet item, but happy to revert if that is preferred.

Copy link
Collaborator

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/)
Copy link
Collaborator

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

@Kallinteris-Andreas
Copy link
Collaborator

Kallinteris-Andreas commented Sep 26, 2024

Run precommit, More info on the contributing .md file

@Mark2000
Copy link
Contributor Author

Ran the precommit to resolve trailing whitespace.

@Kallinteris-Andreas Kallinteris-Andreas merged commit c8de1c7 into Farama-Foundation:main Sep 27, 2024
5 of 13 checks passed
@Kallinteris-Andreas
Copy link
Collaborator

ci is failing due to an unrelated issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants