Created
October 31, 2020 10:15
-
-
Save WhatIThinkAbout/34599019762214c01f11cbca3ceaac2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def charge(self): | |
| """ return a random amount of charge """ | |
| # the reward is a guassian distribution with unit variance around the true value 'q' | |
| value = np.random.randn() + self.q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment