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
Demonstrates how to use the most basic features of the environment. It configures the engine, and makes the agent perform random actions. It also prints the current state and the reward earned with every action.
12
15
@@ -25,14 +28,14 @@ Demonstrates how to configure and play the singleplayer game for CIG competition
"[WARNING] Audio buffers were full of silence. This is a common bug on e.g. Ubuntu 20.04\n"
90
-
" See https://github.com/mwydmuch/ViZDoom/pull/486\n"
92
+
" See https://github.com/Farama-Foundation/ViZDoom/pull/486\n"
91
93
" Two possible fixes:\n"
92
94
" 1) Try setting game.add_game_args('+snd_efx 0'). This my disable some audio effects\n"
93
-
" 2) Try installing a newer version of OpenAL Soft library, see https://github.com/mwydmuch/ViZDoom/pull/486#issuecomment-889389185"
95
+
" 2) Try installing a newer version of OpenAL Soft library, see https://github.com/Farama-Foundation/ViZDoom/pull/486#issuecomment-889389185"
0 commit comments