Skip to content

Commit

Permalink
Merge pull request #61 from mychoi97/develop
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
nikhilbarhate99 authored Feb 14, 2023
2 parents 25dedb9 + 44813ab commit 6d05b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PPO.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(self, state_dim, action_dim, has_continuous_action_space, action_st
nn.Linear(64, 64),
nn.Tanh(),
nn.Linear(64, action_dim),
nn.Tanh()
)
else:
self.actor = nn.Sequential(
Expand Down

0 comments on commit 6d05b5e

Please sign in to comment.