| 1579 | } |
| 1580 | |
| 1581 | void SetTestTime() override { |
| 1582 | wait_game_loops_ = 150; |
| 1583 | } |
| 1584 | |
| 1585 | void OnStep() override { |
| 1586 | const ObservationInterface* obs = agent_->Observation(); |
nothing calls this directly
no outgoing calls
no test coverage detected