Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 14, 2024
2 parents 8250968 + 833b32d commit 9733bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sota-implementations/dqn/utils_atari.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def make_env(env_name, frame_skip, device, is_test=False):
from_pixels=True,
pixels_only=False,
device=device,
categorical_action_encoding=True,
)
env = TransformedEnv(env)
env.append_transform(NoopResetEnv(noops=30, random=True))
Expand Down

0 comments on commit 9733bc2

Please sign in to comment.