Miklós Hamar
Results
1
issues of
Miklós Hamar
In `acme.agents.tf.mcts.types`, Observation is hinted to be a numpy ndarray ```python # Assumption: observations are array-like. Observation = np.ndarray ``` based on this, in `acme.agents.tf.mcts.acting`, the `MCTSActor._forward()` method hard-codes a...