Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpkjc committed Oct 15, 2023
1 parent c9ea9a9 commit 47ac0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cleanrl/ppo_continuous_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def get_action_and_value(self, x, action=None):
run_name=f"{run_name}-eval",
Model=Agent,
device=device,
gamma=args.gamma,
)
for idx, episodic_return in enumerate(episodic_returns):
writer.add_scalar("eval/episodic_return", episodic_return, idx)
Expand Down

0 comments on commit 47ac0a1

Please sign in to comment.