Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Oct 3, 2023
1 parent c522418 commit 221e457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/sphinx-tutorials/multiagent_ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@
# This info will be useful in order to tell all other TorchRL components where to find each value
#

print("action_key:", env.action_keys)
print("reward_key:", env.reward_keys)
print("done_key:", env.done_keys)
print("action_keys:", env.action_keys)
print("reward_keys:", env.reward_keys)
print("done_keys:", env.done_keys)


######################################################################
Expand Down

0 comments on commit 221e457

Please sign in to comment.