Skip to content

Instantly share code, notes, and snippets.

@tdavchev
Created January 12, 2021 20:53
Show Gist options
  • Save tdavchev/0d7deb523721bcbe9d174122326bf711 to your computer and use it in GitHub Desktop.
Save tdavchev/0d7deb523721bcbe9d174122326bf711 to your computer and use it in GitHub Desktop.
for t in range(T):
exp_feat += gamma**t * (trajectory[t, :] - goal)**2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment