bion howard
bion howard
How could we add the DeepMind BSuite envs? They have a wrapper for OpenAI Gym: https://github.com/deepmind/bsuite#using-bsuite-in-openai-gym-format Got ProcGen to work if anyone wants it: ``` using OpenAIGym function run_env(env_name, n_episodes)...
Thank you for the awesome project! I love this! Recently I had a request to build a platform with both cash and crypto payment options. I was wondering if you...
## 📖 Documentation this is a documentation issue as well as a question about optics in general, Let's say for security and authorization on a graph database I wanted to...
I have some long filenames from synthetic data which put uuid in the filename (dumb but not my fault!) ex `Zula72_Ondricka197_907bd608-e768-4ce4-a5d8-4c7ba87bffa5.json` it takes up so much space it's hard to...
### Problem description - I had trouble finding the information that I needed: There is no guide to launch a static site on GCP ### Suggestions for a fix GC...
## 🚀 Feature Proposal just add the units (latency in ms i assume?) ## Motivation clarity ## Example read the table and know for a fact the units instead of...
Would it please be possible to add an example of neural network as the simulator? Also, how can we make a nice Gif?
I recreated Ramda in Python lately and found a few predicates which became helpful for logic. here's python code and an attempt to translate into ramda ``` def isnt(*types) ->...
how can we make the package load and environment start up quicker? there are some nested for loops, could we potentially replace or parallelize them?
can you please add SAC algorithm?