mbchang

Results 17 issues of mbchang

I'm using a modified version of the beachBalls example, with no friction, no air friction, and restitution of 1. When I let it run in the demo window, the balls...

bug
question
investigate

This issue concerns the [Sketchy dataset project](https://github.com/deepmind/deepmind-research/tree/master/sketchy). The provided parsing [script](https://github.com/deepmind/deepmind-research/blob/master/sketchy/dataset_example.py) parses a single tfrecords file into a sequence of frames. When I pass a sequence of filenames into `sketchy.load_frames`,...

Hi, I get this error when I try to apply a `torchsample.transform` to a `Variable` object: ``` >>> import torch, torchsample >>> x = torch.autograd.Variable(torch.rand(1,28,28)) >>> a = torchsample.transforms.Rotate(90) >>>...

Currently the script only supports Tensorflow 1. Thanks!

Hi, I'm am encountering an error when I run `python makeSyntheticData.py 100000`. Could it be a dependency I am missing? The folder `syntheticTrainingData` is created, but it is empty: ```...

Similarly to how sequential chains connect chains in series, I thought we could have `ParallelChain`s connect chains in parallel. This is a useful abstraction when you want to independently process...

An implementation of [meta-prompt](https://noahgoodman.substack.com/p/meta-prompt-a-simple-self-improving), where the agent modifies its own instructions across episodes with a user. ![figure](https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F468217b9-96d9-47c0-a08b-dbf6b21b9f49_492x384.png)

This post is about `agent_simulations_v2`. This is a draft of what I am imagining the interfaces for a 2-agent system to look like. It is not completely generic, but just...