Skip to content

Commit

Permalink
remove unused initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbarmo committed Apr 8, 2019
1 parent a47368c commit e4a4b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baselines/ppo2/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def run(self):
mb_obs, mb_rewards, mb_actions, mb_values, mb_dones, mb_neglogpacs = [],[],[],[],[],[]
mb_states = self.states
epinfos = []
maybeepinfo = []
# For n in range number of steps
for _ in range(self.nsteps):
# Given observations, get action value and neglopacs
Expand Down

0 comments on commit e4a4b21

Please sign in to comment.