You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstrings should explain that this mask can be set to hide part of the discrete specs to hide part of the domain.
The docstrings should also explain how the mask can be updated (using spec.update_mask).
An example should be provided with the mask. See the tests to understand how the mask is used:
Various classes in the specs have the
"mask"
entry undocumented:rl/torchrl/data/tensor_specs.py
Line 1297 in 533d3f9
rl/torchrl/data/tensor_specs.py
Line 2505 in 533d3f9
rl/torchrl/data/tensor_specs.py
Line 2880 in 533d3f9
rl/torchrl/data/tensor_specs.py
Line 3304 in 533d3f9
The docstrings should explain that this mask can be set to hide part of the discrete specs to hide part of the domain.
The docstrings should also explain how the mask can be updated (using
spec.update_mask
).An example should be provided with the mask. See the tests to understand how the mask is used:
rl/test/test_specs.py
Line 3460 in 533d3f9
@kurtamohler is it something you could help with?
The text was updated successfully, but these errors were encountered: