Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add missing classes to doc #1203

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/reference/nn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ to build distributions from network outputs and get summary statistics or sample
TensorDictModuleBase
TensorDictModule
ProbabilisticTensorDictModule
ProbabilisticTensorDictSequential
TensorDictSequential
TensorDictModuleWrapper
CudaGraphModule
Expand Down Expand Up @@ -257,6 +258,10 @@ Distributions
NormalParamExtractor
OneHotCategorical
TruncatedNormal
InteractionType
set_interaction_type
add_custom_mapping
mappings


Utils
Expand All @@ -270,8 +275,8 @@ Utils

make_tensordict
dispatch
set_interaction_type
inv_softplus
biased_softplus
set_skip_existing
skip_existing
rand_one_hot
Loading