Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WellyZhang committed Nov 14, 2016
1 parent d9a5ec1 commit 083f0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ def define_policy(obs, action_dim):
action = mx.symbol.Activation(
data=net,
name="act",
act_typ="tanh")
act_type="tanh")

return action, weight

0 comments on commit 083f0ef

Please sign in to comment.