bion howard
bion howard
congrats on being a new dad! here's what i wound up doing so far: `self.observation_space = String()` and posted the updated string space below however, that's gonna pass raw strings...
just for completeness, here is the rng class ``` # tricks/rng.py import jax @jax.tree_util.register_pytree_node_class class RNG: "PRNGKey iterator" def __init__(self, seed): self.seed = seed self.key = jax.random.PRNGKey(seed) def __iter__(self): return...
https://github.com/JuliaStats/Distributions.jl/pull/1126
Just want to point out we don't have to solve all these GPU things at once, and the abstract types would help integrate with other libraries regardless of gpu implications
I would also like to use fold on macos. How can we help fix this?
 ^^^ equity clearly bugged in paper trades
Agreed. There are a lot of reasons to want a cash account
what i mean is, i'd like to write a function to map the GraphQL AST onto an AST for a different query language (SQL, Cypher, Gremlin, CQL, Redis, Mongo) etc...
all i mean is, in the docs, can you put an example of what the ast looks like? not a big deal, but right now the docs just show the...
Don’t forget to pass the token from the sender https://www.apollographql.com/docs/react/v3.0-beta/networking/network-layer/#middleware