Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created April 8, 2018 15:49
Show Gist options
  • Save tristansokol/dc14b8d3a146ddcc74f0b882e2c4b578 to your computer and use it in GitHub Desktop.
Save tristansokol/dc14b8d3a146ddcc74f0b882e2c4b578 to your computer and use it in GitHub Desktop.
def step(self, a):
# ... does all the stuff
rew, done, info = self.compute_step(ob)
return ob, float(rew), bool(done), dict(info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment