Commit dd06205b authored by sbl1996@126.com's avatar sbl1996@126.com

Remove print

parent 330ee6af
......@@ -916,7 +916,6 @@ def main():
b_storage.rewards,
b_next_value,
))[1]
print(jax.tree.map(lambda x: x.shape, (b_storage.dones, target_values, advantages)))
target_values, advantages = jax.tree.map(
partial(reshape_batch, num_minibatches=N, num_steps=num_steps),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment