Skip to content

Instantly share code, notes, and snippets.

@MikeShi42
Last active September 18, 2018 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeShi42/3fe9194e238d58b102c5c3766cbdcfd6 to your computer and use it in GitHub Desktop.
Save MikeShi42/3fe9194e238d58b102c5c3766cbdcfd6 to your computer and use it in GitHub Desktop.
outcome = np.dot(policy, observation)
action = 1 if outcome > 0 else 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment