Right now, there is a vague connection between (Box(...) and Action(continuous=...)), and between (Discrete(...) and Action(discrete=...))
In principle, all of these can support Dict action/observation spaces, but I don't want to lose static typing of obs.vector, action.continuous etc.
Right now, there is a vague connection between (
Box(...)andAction(continuous=...)), and between (Discrete(...)andAction(discrete=...))In principle, all of these can support Dict action/observation spaces, but I don't want to lose static typing of obs.vector, action.continuous etc.