| 1365 | } |
| 1366 | |
| 1367 | void SetTestTime() override { |
| 1368 | wait_game_loops_ = 100; |
| 1369 | } |
| 1370 | |
| 1371 | void OnStep() override { |
| 1372 | const ObservationInterface* obs = agent_->Observation(); |
nothing calls this directly
no outgoing calls
no test coverage detected