File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
Key learnings:
17
17
18
18
- How to create an environment in TorchRL, transform its outputs, and collect data from this environment;
19
- - How to make your classes talk to each other using :class:`tensordict.TensorDict`;
19
+ - How to make your classes talk to each other using :class:`~ tensordict.TensorDict`;
20
20
- The basics of building your training loop with TorchRL:
21
21
22
22
- How to compute the advantage signal for policy gradient methods;
690
690
#
691
691
# * From an efficiency perspective,
692
692
# we could run several simulations in parallel to speed up data collection.
693
- # Check :class:`torchrl.envs.ParallelEnv` for further information.
693
+ # Check :class:`~ torchrl.envs.ParallelEnv` for further information.
694
694
#
695
695
# * From a logging perspective, one could add a :class:`torchrl.record.VideoRecorder` transform to
696
696
# the environment after asking for rendering to get a visual rendering of the
You can’t perform that action at this time.
0 commit comments