def build_model(self): """Build a critic (value) network that maps (state, action) pairs -> Q-values.""" # Define in