Anssi
Anssi
Related discussion: #179 All the following was done on ViZDoom 1.1.7, Win10 and Python 3.7. On some Windows machines (for me it was Fujitsu all-in-ones), ZDoom only allows very selected...
Using "timelimit" game argument (eg. "+timelimit 2.0") in game with PLAYER mode and too high episode_timeout results to episodes after first one only last for few loops. For example: Gameargs...
Last reward of "ObtainX" specs was not included because the `onPickup` or other triggers of `RewardForPossessingItemImplementation` were not triggered (the QuitOnPosession handler was too quick killing things?). This hotpatch delays...
Trying to close MineRL env on Windows leads to (environment is closed properly) ```python env = gym.make("MineRLTreechop-v0") obs = env.reset() env.close() Failed to delete the temporary minecraft directory. --------------------------------------------------------------------------- NoSuchProcess...
As per title, add minimal TF2 support while keeping TF1 support. ## Motivation and Context Closes #1012 Also motivated by the fact that TF2 offers relatively simple backwards-compatibility with TF1-like...
CSGO just got replaced by CS2 on Steam completely. Need to see how this repo/data works out with the new game at all.
Processes/threads got stuck in queue.get() operations which normally block indefinitely. This commit adds timeouts with required checks to quit when exit_flags are set to True. Added exit_flag for ProcessStats. Added...
For example horizontal recoil values, only the magnitude really matters, but now e.g. "-0.11" shows up as red when compared to "-0.168" (-0.11 > -0.168), but in reality the latter...
Add version numbers on site which show version of the webpage and current data, separately.
Currently updating the webpage requires users to do a full-refresh to get all JS/CSS files, which sometimes is quite tricky (e.g. mobiles). Add an anticaching via e.g. a dummy GET...