Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbarhate99 authored Jun 4, 2019
1 parent 51c8cc5 commit 8299a8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ def sample(self, batch_size):

return np.array(states), np.array(actions), np.array(rewards), np.array(next_states), np.array(goals), np.array(gamma), np.array(dones)


class Tracker:
def __init__(self, k_level):
self.goals = [None]*k_level
self.reward = 0
self.timestep = 0

0 comments on commit 8299a8e

Please sign in to comment.