You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used self.num_trajectories as the number of different actions to return, but this was failing in some cases due to a discrepancy between self.num_tracjectories and the actual state given to model predict
The old method
used self.num_trajectories as the number of different actions to return, but this was failing in some cases due to a discrepancy between self.num_tracjectories and the actual state given to model predict
Leandro and Rahul changed this to
Are we happy with this?
The text was updated successfully, but these errors were encountered: