Closed RickFqt closed 2 weeks ago
After complete, this PR should:
CustomEnv
SC2Env
step
reset
If this PR is merged, should issue #87 be reopened?
No. When necessary, we'll open a new issue
After complete, this PR should:
CustomEnv
class, and make its implementation more general to other environments implementations.SC2Env
class, making it return only one observation and reward at a time on the methodsstep
andreset
.CustomEnv
class.