I hereby claim:
- I am danijar on github.
- I am danijar (https://keybase.io/danijar) on keybase.
- I have a public key whose fingerprint is 2907 D9B0 3FDD 28B2 6FBB 41B7 E4EB 8875 D9AB FF13
To claim this, I am signing this object:
import argparse | |
import os | |
import agents | |
import gym | |
import gym.spaces | |
import numpy as np | |
import tensorflow as tf | |
from dm_control import suite # Must be imported after TensorFlow. |
import numpy as np | |
import tensorflow as tf | |
import matplotlib.pyplot as plt | |
def gaussian_blur(image, diameter): | |
padding = [[0, 0]] + [[(diameter) // 2, (diameter - 1) // 2]] * 2 + [[0, 0]] | |
diameter = tf.to_float(diameter) | |
filter_ = tf.range(-(diameter - 1) // 2, (diameter - 1) // 2 + 1) | |
filter_ = tf.exp(-0.5 * filter_ ** 2 / (diameter / 4) ** 2) # 2 stds. |
I hereby claim:
To claim this, I am signing this object:
No plugins needed!