Skip to content

Commit 8cd6748

Browse files
committed
fixing import
1 parent f6beca0 commit 8cd6748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbrl/ac_gbrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import numpy as np
1212
import torch as th
1313

14-
from gbrl.gbrl_wrapper import GBTWrapper, SeparateActorCriticWrapper, SharedActorCriticWrapper,
14+
from gbrl.gbrl_wrapper import GBTWrapper, SeparateActorCriticWrapper, SharedActorCriticWrapper
1515
from gbrl.gbt import GBRL
1616
from gbrl.utils import (setup_optimizer, clip_grad_norm, numerical_dtype,
1717
concatenate_arrays, validate_array, constant_like,

0 commit comments

Comments
 (0)