Skip to content

Commit

Permalink
revise import (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional authored Feb 18, 2023
1 parent 55d0273 commit 68bf0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elegantrl/agents/AgentMADDPG.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from elegantrl.agents.AgentBase import AgentBase
from elegantrl.agents.net import Actor, Critic

from elegantrl.agents.AgentDDPG import AgentDDPG

class AgentMADDPG(AgentBase):
"""
Expand Down

0 comments on commit 68bf0ea

Please sign in to comment.