LCOV - code coverage report
Current view: top level - app/include/Dynamic/Policy/RewardFunction - RewardFunction.hpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 2 0.0 %
Date: 2023-08-17 16:45:52 Functions: 0 0 -

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include "Dynamic/Dynamic.hpp"
       4             : 
       5             : namespace Dynamic {
       6             : namespace Env {
       7             : class Env;
       8             : class Vehicle;
       9             : }  // namespace Env
      10             : 
      11           0 : class RewardFunction {
      12             :    public:
      13             :     virtual Reward operator()(const Env::Env &env, const Env::Vehicle &vehicle) = 0;
      14             : 
      15           0 :     virtual ~RewardFunction() = default;
      16             : };
      17             : }  // namespace Dynamic

Generated by: LCOV version 1.14