ObsEncoder¶
- class torchrl.modules.ObsEncoder(channels=32, num_layers=4, depth=None)[source]¶
观察编码器网络。
获取像素观察并将其编码到潜在空间中。
参考:https://arxiv.org/abs/1803.10122
- 参数:
channels (int, 可选) – 第一层中隐藏单元的数量。默认为 32。
num_layers (int, 可选) – 网络的深度。默认为 4。
观察编码器网络。
获取像素观察并将其编码到潜在空间中。
参考:https://arxiv.org/abs/1803.10122
channels (int, 可选) – 第一层中隐藏单元的数量。默认为 32。
num_layers (int, 可选) – 网络的深度。默认为 4。