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

[Feature] TensorDictParams #500

Merged
merged 4 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/source/reference/nn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,4 @@ Utils
biased_softplus
set_skip_existing
skip_existing
TensorDictParams
2 changes: 2 additions & 0 deletions tensordict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
"PersistentTensorDict",
"tensorclass",
]

# from tensordict._pytree import *
2 changes: 2 additions & 0 deletions tensordict/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
make_functional,
repopulate_module,
)
from tensordict.nn.params import TensorDictParams
from tensordict.nn.probabilistic import (
InteractionType,
ProbabilisticTensorDictModule,
Expand Down Expand Up @@ -49,5 +50,6 @@
"make_tensordict",
"biased_softplus",
"inv_softplus",
"TensorDictParams",
"is_functional",
]
Loading
Loading