Lennart

Results 6 issues of Lennart

Full error: ``` /home/anaconda3/envs/tf_gpu/lib/python3.6/site-packages/vizdoom/vizdoom: symbol lookup error: /home/anaconda3/lib/libpangoft2-1.0.so.0: undefined symbol: hb_font_set_variations --------------------------------------------------------------------------- ViZDoomUnexpectedExitException Traceback (most recent call last) in ----> 1 game.init() ViZDoomUnexpectedExitException: Controlled ViZDoom instance exited unexpectedly. ``` Running:...

Is there a way to save and restore the entire game state - like you would with a rom state? If not, would it be feasible to integrate with something...

feature request

This is the error message. ``` This interpreter version: '3.6.0' doesn't match with version of the interpreter ViZDoom was compiled with: 3.6 ``` Temporary solution: Simply go to vizdooms `__init__.py`...

bug
cmake
python

https://github.com/IntelVCL/DirectFuturePrediction/blob/b4757769f167f1bd7fb1ece5fdc6d874409c68a9/DFP/future_predictor_agent_advantage.py#L86 Maybe this is just me, but I find this section as described in the paper highly confusing. What exactly is **g**? Is it the objective coefficients, the temporal coefficients...

https://github.com/uoip/monoVO-python/blob/b146da3ea25230396e51e8408f4234aba4385865/visual_odometry.py#L81 This seems weird to me. What if we don't have a ground truth (as in most applications, otherwise why do visual odometry in the first place). Any way to...

First off, thanks for implementing this really interesting approach! Now, say I have run the training for quite a while - how would I go about running an actual live...