Skip to content

Commit fbfd47c

Browse files
authored
fixed GAE import (#671)
1 parent 3141723 commit fbfd47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ppo/ppo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from torchrl.envs import ParallelEnv, EnvCreator
1616
from torchrl.envs.transforms import RewardScaling, TransformedEnv
1717
from torchrl.envs.utils import set_exploration_mode
18-
from torchrl.objectives import GAE
18+
from torchrl.objectives.value import GAE
1919
from torchrl.record import VideoRecorder
2020
from torchrl.trainers.helpers.collectors import (
2121
make_collector_onpolicy,

0 commit comments

Comments
 (0)