Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markub3327 committed Nov 17, 2023
1 parent c903de9 commit c8ce6f0
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 @@ -143,7 +143,7 @@ def __init__(
[*self._env.action_space.shape],
self._env.action_space.dtype,
),
"ext_reward": tf.TensorSpec([frame_stack], tf.float64),
"ext_reward": tf.TensorSpec([frame_stack, 1], tf.float64),
"next_observation": tf.TensorSpec(
[*self._env.observation_space.shape],
self._env.observation_space.dtype,
Expand Down

0 comments on commit c8ce6f0

Please sign in to comment.