Pan Haolin

Results 3 comments of Pan Haolin

I tried to change the order of linking -lbenchmark and -lpthread, but a new error appeared. ``` /usr/bin/ld: sysinfo.cc:(.text+0x3914): undefined reference to `std::basic_filebuf::close()' /usr/bin/ld: sysinfo.cc:(.text+0x3921): undefined reference to `std::__basic_file::~__basic_file()' /usr/bin/ld:...

my obs space is : `Graph(node_space=Box(low=float('-inf'), high=float('inf'), shape=(self.feature_dim,)), edge_space=None)` my custom model is : ``` class GCN(TorchModelV2, torch.nn.Module): def __init__(self, obs_space, action_space, num_outputs, model_config, name, **customized_model_kwargs): TorchModelV2.__init__(self, obs_space, action_space, num_outputs,...

> @Panhaolin2001 Thanks for filing this issue. At this point of time we do not support Graph observation nor action spaces. If you can convert the space into a Dict/Tuple...