Closed maxspahn closed 2 years ago
I reviewed the changes. Everything seems to be working to me. Tested the examples locally on my machine (Mac M1). All examples worked. In the example mobile_base, the warning "The observation does not fit the defined observation space: Error in xdot[0] ..." is thrown. I guess this is intended to showcase the new functionality, right?
Changes observation space to dictionaries. The goals are
It also integrates observation verification. Before an observation is returned, it is checked whether this observation is within the observation space. In case this is not true, a warning is thrown.