selectAction method

int selectAction(
  1. List<double> state
)

Implementation

int selectAction(List<double> state) => ac.selectAction(state);