Skip to content

Commit

Permalink
Remove the deprecated LocalLayout class.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 473310807
  • Loading branch information
sinopalnikov authored and Joshua Greaves committed Dec 16, 2022
1 parent 1077731 commit 6066d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balloon_learning_environment/train_acme_qrdqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from absl import app
from absl import flags
import acme
from acme.jax.layouts import local_layout
from acme.jax.deprecated import local_layout
from acme.utils import counting
from acme.utils import loggers
from balloon_learning_environment import acme_utils
Expand Down

0 comments on commit 6066d2f

Please sign in to comment.