Aleksei Petrenko
Aleksei Petrenko
@mwydmuch I use a Desktop Ubuntu 20.04. However, during the installation there is an option to opt out of installing part of standard software, such as office and video players....
@Miffyli feel free to submit a PR! This is not well-tested, I only maybe tried it on one system which wasn't completely clean, so I kept it to myself for...
Ok, I managed to fix this for multiplayer games. Here's the recipe that works: 1) use -record CLI argument, this is the only method that works for multiplayer, e.g. `self.game.add_game_args(f'-record...
Example script: ``` from __future__ import print_function import os import time from random import choice from threading import Thread from vizdoom import * def demo_name(episode_): return f'multi_rec{episode_}.lmp' def set_timeout(game): timeout_minutes...
Are you running some kind of multiplayer scenario by any chance? There's another option that can terminate the episode early, which is +timelimit. You can specify it when you start...
Not sure... never had this problem. Any chance you have some non-trivial code in the scenario ACS script? I think it might be possible to end the episode via ACS...
This might be unrelated, but we found big performance differences between using `llvm-openmp` vs `intel-openmp`. Weirdly enough, this is observed even when we use GPU for both forward and backward...
Sorry for necro-posting, just wanted to add that it's definitely possible to create a shared library with CMake on Windows now. The example command line would be the following: ```...
Hi @Denys88 ! Not really. This was something I came up with while working on Sample Factory for discrete action distributions, and it didn't end up in the paper, mainly...
Now that I think about it, might be a good idea to write a little blog post.