We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed03fd commit 1ca134cCopy full SHA for 1ca134c
tutorials/sphinx-tutorials/multiagent_ppo.py
@@ -450,8 +450,8 @@
450
out_keys=[env.action_key],
451
distribution_class=TanhNormal,
452
distribution_kwargs={
453
- "low": env.action_spec_unbatched[env.action_key].space.low,
454
- "high": env.action_spec_unbatched[env.action_key].space.high,
+ "low": env.full_action_spec_unbatched[env.action_key].space.low,
+ "high": env.full_action_spec_unbatched[env.action_key].space.high,
455
},
456
return_log_prob=True,
457
log_prob_key=("agents", "sample_log_prob"),
0 commit comments