Skip to content

Commit 105043e

Browse files
committed
v2: Fix renamed class reference
1 parent 86fba86 commit 105043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Developers:
207207
* Moved Atari helper modules `atari_network` and `atari_wrapper` to the library under `tianshou.env.atari`.
208208
* Fix issues pertaining to the torch device assignment of network components (#810):
209209
* Remove 'device' member (and the corresponding constructor argument) from the following classes:
210-
`BranchingActor`, `C51Net`, `ContinuousActorDeterministic`, `ContinuousActorProbabilistic`, `ContinuousCritic`,
210+
`BranchingNet`, `C51Net`, `ContinuousActorDeterministic`, `ContinuousActorProbabilistic`, `ContinuousCritic`,
211211
`DiscreteActor`, `DiscreteCritic`, `DQNet`, `FullQuantileFunction`, `ImplicitQuantileNetwork`,
212212
`IntrinsicCuriosityModule`, `MLPActor`, `MLP`, `Perturbation`, `QRDQNet`, `Rainbow`, `Recurrent`,
213213
`RecurrentActorProb`, `RecurrentCritic`, `VAE`

0 commit comments

Comments
 (0)