You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a question, features suggestions or requests, do not hesitate to ask.
However, you can check FAQ section and already existing issues with "question" tag (is:issue label:question) first.
Issues
If you encountered an issue, please post the following things:
Questions, features suggestions and requests
If you have a question, features suggestions or requests, do not hesitate to ask.
However, you can check FAQ section and already existing issues with "question" tag (is:issue label:question) first.
Issues
If you encountered an issue, please post the following things:
If I try running the example script https://github.com/mwydmuch/ViZDoom/blob/master/examples/python/record_episodes.py on linux, then no replay files are recorded. If I run
game.send_game_command('stop')
every step, then a replay file is created, but with basically no gameplay in, i.e. hexdump -C ends with something like:If I run this command when `.is_episode_finished() returns True, then it is already too late: no replay file gets recorded.
I could predict when the episode is just about to finish, by looking at timeout, or if health is low, but that seems unreliable.
Looking for a reliable way to record games on a linux instance please.
1.1.13
Ubuntu 22.04
python 3.10.4
vizdoom-crash.log
that should be created in your working directory,To reproduce the bug:
The text was updated successfully, but these errors were encountered: