File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
open_spiel/games/nfg_game Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1414
1515#include " open_spiel/games/nfg_game/nfg_game.h"
1616
17+ #include < cstdint>
1718#include < cstdlib>
1819#include < cstring>
1920#include < fstream>
21+ #include < functional>
2022#include < memory>
23+ #include < numeric>
24+ #include < string>
25+ #include < vector>
2126
2227#include " open_spiel/abseil-cpp/absl/strings/numbers.h"
2328#include " open_spiel/abseil-cpp/absl/strings/str_cat.h"
2429#include " open_spiel/abseil-cpp/absl/strings/str_split.h"
30+ #include " open_spiel/game_parameters.h"
2531#include " open_spiel/matrix_game.h"
32+ #include " open_spiel/observer.h"
2633#include " open_spiel/spiel.h"
2734#include " open_spiel/spiel_utils.h"
2835#include " open_spiel/tensor_game.h"
@@ -52,7 +59,8 @@ const GameType kGameType{/*short_name=*/"nfg_game",
5259 /* provides_observation_tensor=*/ false ,
5360 /* parameter_specification=*/
5461 {{" filename" , GameParameter (std::string (" " ))}},
55- /* default_loadable=*/ false };
62+ /* default_loadable=*/ false ,
63+ /* is_concrete*/ false };
5664
5765class NFGGameParser {
5866 public:
You can’t perform that action at this time.
0 commit comments