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

Refactor environment classes #110

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Refactor environment classes #110

merged 2 commits into from
Oct 18, 2024

Conversation

RickFqt
Copy link

@RickFqt RickFqt commented Oct 14, 2024

After complete, this PR should:

  • Change location of Stable Baselines3 CustomEnv class, and make its implementation more general to other environments implementations.
  • Simplify SC2Env class, making it return only one observation and reward at a time on the methods step and reset.
  • Add unit tests for CustomEnv class.

@RickFqt
Copy link
Author

RickFqt commented Oct 14, 2024

If this PR is merged, should issue #87 be reopened?

@alvarofpp
Copy link
Member

If this PR is merged, should issue #87 be reopened?

No. When necessary, we'll open a new issue

@alvarofpp alvarofpp added the hacktoberfest-accepted Hacktoberfest label Oct 18, 2024
@alvarofpp alvarofpp merged commit bed9d23 into v2 Oct 18, 2024
1 check passed
@alvarofpp alvarofpp deleted the sb3-refactor-environment branch October 18, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants