Skip to content

Commit

Permalink
fixed missing training values in clipped ppo
Browse files Browse the repository at this point in the history
  • Loading branch information
crzdg authored May 26, 2020
1 parent f3ce685 commit 1de9c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rl_coach/agents/clipped_ppo_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def train(self):
self.training_iteration += 1
# should be done in order to update the data that has been accumulated * while not playing *
self.update_log()
self.agent_logger.last_line_idx_written_to_csv -= 1
return None

def run_pre_network_filter_for_inference(self, state: StateType, update_internal_state: bool=False):
Expand Down

0 comments on commit 1de9c12

Please sign in to comment.