Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
markub3327 committed Nov 18, 2023
1 parent 75822ef commit 6924bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl_toolkit/agents/dueling_dqn/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(
self._env.observation_space.dtype,
),
"action": tf.TensorSpec(
[(frame_stack,) + self._env.action_space.shape],
[frame_stack, *self._env.action_space.shape],
self._env.action_space.dtype,
),
"ext_reward": tf.TensorSpec([frame_stack, 1], tf.float64),
Expand Down

0 comments on commit 6924bbb

Please sign in to comment.