HighwayEnv
HighwayEnv copied to clipboard
Multiple observations simultaneously
Is it possible to access multiple observation types simultaneously?
Hi, It is not possible at the moment, but it could be done by implementing a new MultipleObservation to automatically aggregate several observation types into a tuple.
This is now implemented with the TupleObservation.