Skip to content
Merged
Prev Previous commit
Next Next commit
black formatting
  • Loading branch information
Valentin Canete committed Apr 8, 2023
commit 4b1f417550b954a794b039739b94654dfe89ad96
1 change: 0 additions & 1 deletion cleanrl/dqn_atari_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def mse_loss(params):
writer.add_scalar("charts/episodic_length", info["episode"]["l"], global_step)
writer.add_scalar("charts/epsilon", epsilon, global_step)


# TRY NOT TO MODIFY: save data to reply buffer; handle `final_observation`
real_next_obs = next_obs.copy()
for idx, d in enumerate(truncated):
Expand Down