You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this do we want to provide an abstract type for observation spaces? Or just leave that up to the environment designers?
Having a standard observation space with an interface could make defining models for agents easier. But another potential design is to just dispatch on the env when specifying the agent's internals.
Should we add
observations(env)
as an optional interface function to return the observation space?The text was updated successfully, but these errors were encountered: