Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marload committed Mar 26, 2020
1 parent c8d3cfd commit 308f4e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion A3C/A3C_Continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
args = parser.parse_args()

CUR_EPISODE = 0
A

class Actor:
def __init__(self, state_dim, action_dim, action_bound, std_bound):
Expand Down

0 comments on commit 308f4e3

Please sign in to comment.