Skip to content

Commit

Permalink
Fix sac
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 21, 2024
1 parent 76489bd commit 967e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchbenchmark/models/soft_actor_critic/sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import torch

from . import envs, nets, replay, utils
from . import envs, nets, replay, sac_utils


class SACAgent:
Expand Down

0 comments on commit 967e746

Please sign in to comment.