Rahul Savani

Results 4 issues of Rahul Savani

The old method # return self.model.predict(state, deterministic=True)[0].reshape(self.num_trajectories, self.num_actions) used self.num_trajectories as the number of different actions to return, but this was failing in some cases due to a discrepancy between...

Currently, the action value (stored in `map_actionsValues`) for actions at zero-probability information sets are zero. This enhancement would instead have these recorded as undefined. This may require changing the type...

c++

This issue is about [MixedBehaviorProfile.as_strategy](https://gambitproject.readthedocs.io/en/latest/api/pygambit.gambit.MixedBehaviorProfile.as_strategy.html), which turns a behavior profile into a ``MixedStrategyProfile``. There are currently no tests for ``as_strategy`` (an old test for this was removed because it was...

good-first-issue
python
tests