Skip to content

Commit

Permalink
Fix seed and update playthrough.
Browse files Browse the repository at this point in the history
  • Loading branch information
giogix2 committed Nov 17, 2024
1 parent d1bf24f commit b86e691
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const GameType kGameType{/*short_name=*/"einstein_wurfelt_nicht",
/*provides_observation_string=*/true,
/*provides_observation_tensor=*/true,
/*parameter_specification=*/
{{"seed", GameParameter(-1)}}};
{{"seed", GameParameter(42)}}};

std::shared_ptr<const Game> Factory(const GameParameters& params) {
return std::shared_ptr<const Game>(new EinsteinWurfeltNichtGame(params));
Expand Down
Loading

0 comments on commit b86e691

Please sign in to comment.