Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
@provide
to fix #1Added the following functions
valid_actions
fixes valid_actions(env) #8clone
fixes clone #2observations
fixes observations(env) #10valid_action_mask
fixes valid_actions_mask(env) #19render
fixes render(env) #21I did not include
setstate!
#9 , yet, because there is still a question about whether we want that orreset!(env, state)
.I did not add
observe
#12 yet, because I don't understand the exact semantics of it. If someone can write a docstring for it that is unambiguous from both the environment writer and algorithm writer's perspective, then I think we could add it.I did not set up Documenter.jl docs yet #24 , but I don't think this is necessary to be useful to release.