Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Apr 22, 2023
1 parent 63d5bc8 commit 2c925e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_ppo/mlp/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _step(carry, _):
_, (state_series, reward_series, info_ts) = jax.lax.scan(
_step, (key, agent, state, observation), None, length=n_steps
)
print(reward_series.shape)

return state_series, reward_series, info_ts


Expand Down

0 comments on commit 2c925e0

Please sign in to comment.