Skip to content

Commit

Permalink
Add timer to wrappers options script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jul 28, 2023
1 parent 37a13f4 commit 85f7ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wrappers_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Flattening observation dictionary and filtering
# a sub-set of the RAM states
wrappers_settings["flatten"] = True
wrappers_settings["filter_keys"] = ["stage", "P1_ownSide", "P1_oppSide",
wrappers_settings["filter_keys"] = ["stage", "timer", "P1_ownSide", "P1_oppSide",
"P1_ownHealth", "P1_oppChar",
"P1_actions_move", "P1_actions_attack"]

Expand Down

0 comments on commit 85f7ae9

Please sign in to comment.