GoingMyWay
GoingMyWay
@mwydmuch , thank you. I installed cmake from newest source code and reinstall the newest boost and boost-python, however, the same issue happened. Could you please tell me what is...
@flyers hi, again, it is very kind of you to comment what you encountered. However, when I tried to install boost 1.58 with homebrew, there was no `[email protected]` available within...
@flyers , thank you, I'll install it from source. It seems that ViZDoom is compatible with the newest boost.
@njustesen , OK. I'll post detailed steps on how to install both boost and boost-python if I successfully install them. I just downloaded the source code of boost and typed...
@njustesen @Bart6114 @flyers @mwydmuch Hi, all. I think the easiest way to solve this issue is to install boost 1.58 and boost-python 1.58 as @flyers commented. Since boost 1.58 and...
@DenisOgr Have you solved this issue? If you run it on terminal and you code is on a remote machine, try to set `game.set_window_visible(False)`
Similar warning when saving the model with `tf.train.Saver` ``` WARNING:tensorflow:Error encountered when serializing data_augmentation. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'NoneType'...
Are there any methods to automatically set all the functions and classes pickeable?
Maybe you can try https://github.com/lerrel/gym-adv/tree/master/gym/monitoring copy the fold and make it a module to be called later on.
> > Maybe you can try > > https://github.com/lerrel/gym-adv/tree/master/gym/monitoring > > copy the fold and make it a module to be called later on. > > how to do? Simply,...