env.dice_to_roll
accepts optional argumentcurrent_dice
.casinos_min
can be0
.
GameEnv.dice
is now a matrix regrouping players and casinos dice,- New flexibility in defining
GameRules
. Enables solo mode. - Better decoupling of
GameEnv
,BasePlayer
,Game
. - Added
greedy_score
andgreedy_first
, removedgreedy_shy
. confront
andplay_vs
now take**gameargs
.- Removed unused
_custom-imports.py
since0.1.2
perf
tool- Rolls as
dict[int, int]
(a bit faster)
- Removed redundant
requirements.txt
tqdm
required (simpler this way, and pretty standard anyways)- Fixed metadata for Pypi
- Bump version number because conflict otherwise
- Created
changelog.md
- Project renamed
lasvegas
- Distributed on Pypi