I hereby claim:
- I am kstrempel on github.
- I am kstrempel (https://keybase.io/kstrempel) on keybase.
- I have a public key whose fingerprint is 62A4 7764 56C9 5F8B A862 B806 619E D378 2536 022A
To claim this, I am signing this object:
| //DEPS io.cloudevents:cloudevents-api:1.3.0 | |
| import io.cloudevents.CloudEvent; | |
| import io.cloudevents.v02.CloudEventBuilder; | |
| import io.cloudevents.v1.CloudEventImpl; | |
| import io.cloudevents.json.Json; | |
| import com.fasterxml.jackson.core.type.TypeReference; | |
| import java.net.URI; | |
| class CloudEventTest { |
| (ns pyclojure.core | |
| (:gen-class) | |
| (:require [libpython-clj.require :refer [require-python]] | |
| [libpython-clj.python :as py])) | |
| ; import gym | |
| ; env = gym.make('CartPole-v0') | |
| ; for i_episode in range(20): | |
| ; observation = env.reset() | |
| ; for t in range(100): |
| from keras.models import Sequential | |
| from keras.layers import Dense | |
| from keras.optimizers import SGD | |
| X = [[0.0, 0.0], | |
| [0.0, 1.0], | |
| [1.0, 0.0], | |
| [0.0, 0.0]] | |
| Y = [[0.0], |
I hereby claim:
To claim this, I am signing this object: