| 702 | } |
| 703 | |
| 704 | void AdditionalTestSetup() override { |
| 705 | target_point_ = GetPointOffsetX(origin_pt_, 50); |
| 706 | |
| 707 | agent_->Debug()->DebugShowMap(); |
| 708 | agent_->Debug()->SendDebug(); |
| 709 | } |
| 710 | |
| 711 | void OnStep() override { |
| 712 | const ObservationInterface* obs = agent_->Observation(); |
nothing calls this directly
no test coverage detected