Release Notes

Version 1.0.1

Release Date: MMM. DD, YYYY

  • Change the ConstellationTasking environment info dictionary to include all non-agent information in info['__common__'], which is expected by RLlib’s multiagent interfaces.

Version 1.0.0

Release Date: Jun. 12, 2024

First major release of BSK-RL.

  • Refactored the repository to prioritize use of the GeneralSatelliteTasking environment. The general environment is now at the base level of bsk_rl.

  • Renamed various elements of the environment for simplicity and clarity. See the API Reference for further details.

  • Refactored the satellite Observations and Actions specification to be more clear and avoid conflicting variable names.

  • Rewrote the documentation and added useful Examples.

  • Deprecated one-off environments and training scripts. These are still accessible in the git history of the repository.