Returns an observation from the environment. Args: physics: Instance of `Physics`.
(self, physics)
| 339 | |
| 340 | @abc.abstractmethod |
| 341 | def get_observation(self, physics): |
| 342 | """Returns an observation from the environment. |
| 343 | |
| 344 | Args: |
| 345 | physics: Instance of `Physics`. |
| 346 | """ |
| 347 | |
| 348 | @abc.abstractmethod |
| 349 | def get_reward(self, physics): |
no outgoing calls
no test coverage detected