Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
little-nem committed Jun 4, 2019
1 parent b287fcb commit 2fc60b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@

episode.add_step(action[0], new_obs, step_reward, achieved, terminal = done)

total_reward += step_reward

current_obs_dict = new_obs_dict

# store the episode in the replay buffer
Expand Down Expand Up @@ -197,8 +195,6 @@

episode.add_step(action[0], new_obs, step_reward, achieved, terminal=done)

total_reward += step_reward

current_obs_dict = new_obs_dict

if info['is_success'] > 0.0:
Expand Down

0 comments on commit 2fc60b9

Please sign in to comment.