Hi,
I am trying to follow the Penguins ML Agents Tutorial. When I get to the stage of importing ML Agents in Unity, I get this error.
Assets\ML-Agents\Scripts\InferenceBrain\ModelRunner.cs(56,57): error CS1061: ‘NNModel’ does not contain a definition for ‘Value’ and no accessible extension method ‘Value’ accepting a first argument of type ‘NNModel’ could be found (are you missing a using directive or an assembly reference?)
Any idea what could be wrong?