Display objects based on (predicted) observation vector
To visualize how a forward model predicts the world, the OverlayWrapper
(see Issue #103) needs to be extended with another VizObs wrapper that visualizes an observation vector.
THe VizObs Wrapper should implement a mapping from each environment's observation vector to calls to viz_object
of the OverlayWrapper
.