eager-dev / eager

[deprecated] Engine Agnostic Gym Environment for Robotics
https://eager-control.readthedocs.io/
Apache License 2.0
16 stars 0 forks source link

Add assurance that sensor buffer is updated in ._step() #61

Open jelledouwe opened 3 years ago

jelledouwe commented 3 years ago

At the end of the _step() method, it should be assured that the observation buffer is updated, otherwise the ros_env might receive an observation from before the action.