Skip to content

Commit

Permalink
Update agent and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lhcavalcanti committed Aug 26, 2020
1 parent 242b82d commit cb3d4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pb/*
__pycache__
.idea/
*.0
*/runs/*
runs/*
2 changes: 1 addition & 1 deletion agents/agentShootGoalie/rlAdventure2DDPG/agentDDPG.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def play(self):
action = self.policyNet.get_action(obs)
obs, reward, done, _ = self.env.step(action)
else:
print("Correct usage: python train.py {name} (play | train)")
print("Correct usage: python train.py {name} (play | train) [-cs]")

def _load(self):
# Check if checkpoint file exists
Expand Down

0 comments on commit cb3d4c2

Please sign in to comment.