-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We need to decide on a concept for spaces (e.g. the action space and observation space). One option would be to have an AbstractSpace type. I am against this. Instead, I think we should rely on duck typing, for example, spaces might support in, rand, eltype, iterate. In particular, I strongly suggest that [1,2,3,4] should be a valid action space.
Reactions are currently unavailable