| 1300 | } |
| 1301 | |
| 1302 | void SetTestTime() override { |
| 1303 | wait_game_loops_ = 50; |
| 1304 | } |
| 1305 | |
| 1306 | void OnStep() override { |
| 1307 | const ObservationInterface* obs = agent_->Observation(); |
nothing calls this directly
no outgoing calls
no test coverage detected