Skip to content

Commit

Permalink
Update scenarios.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Miffyli authored Mar 18, 2022
1 parent 674826a commit 986157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from time import sleep
import vizdoom as vzd

DEFAULT_CONFIG = os.path.join(vzd.scenarios_path, "srocket_basic.cfg")
DEFAULT_CONFIG = os.path.join(vzd.scenarios_path, "basic.cfg")
if __name__ == "__main__":

parser = ArgumentParser("ViZDoom scenarios example.")
Expand Down

0 comments on commit 986157a

Please sign in to comment.