A question about R-NaD · Issue #965 · google-deepmind/open_spiel

state.returns() at line 955 of rnad.py is always [0, 0] because the terminal state is changed in the following code. if state.is_terminal(): state = self._ex_state is this intentional?