Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 26, 2025

This PR adds @adysonmaia's sb3-plus project to the projects page, addressing issue #527 which requested multi-output policy support for Stable-Baselines3.

Background

Issue #527 was opened requesting support for multi-output policies and dictionary action spaces in SB3. This feature is particularly useful for complex environments that require multiple types of actions (e.g., discrete and continuous actions simultaneously). While this feature wasn't implemented directly in the main SB3 library, @adysonmaia developed an extension called sb3-plus that provides PPO with dict action space support, enabling independent action spaces.

Changes

  • Added sb3-plus project entry to docs/misc/projects.rst positioned after the sb3-extra-buffers section (as both are SB3 extensions)
  • Updated changelog in docs/misc/changelog.rst to document the addition under the current WIP release documentation section

The project entry describes how sb3-plus extends SB3 with multi-output policy capabilities and provides a practical solution for environments requiring complex action scenarios, directly addressing the community need expressed in #527.

This addition helps users discover the sb3-plus extension and provides an official acknowledgment of this valuable community contribution that solves a long-standing feature request.

Original prompt

To solve #527, please add @adysonmaia/sb3-plus to the project page (similar to what is done for SB3 extra buffers), don't forget to update the changelog


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: araffin <1973948+araffin@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] To solve #527, please add @adysonmaia/sb3-plus to the project page (similar to what is done for SB3 extra buffers), don't forget to update the changelog Add sb3-plus to projects page (resolves #527) Sep 26, 2025
@Copilot Copilot AI requested a review from araffin September 26, 2025 11:22
Copilot finished work on behalf of araffin September 26, 2025 11:22
@araffin araffin marked this pull request as ready for review September 26, 2025 11:25
@araffin araffin merged commit 088f8f5 into master Sep 26, 2025
4 checks passed
@araffin araffin deleted the copilot/fix-41b3884b-4808-4ff8-a2f0-5733b59c0b7f branch September 26, 2025 11:28
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