zyzhang1130

Results 39 comments of zyzhang1130

@huangjiancong1 Hi could you provide a sample of your expert data? Thanks.

does it matter if the states action pairs are of different lengths for different instances?

@fiberleif Hi have you figured out how to interpret the expert data? I'm quite confused too.

You must have obtained your data from certain environment right? I think you should run it at least in an environment similar to the one from which you obtained your...

@bhavikajalli Conceptually an agent should interact with some environment. Because the expert data are essentially state-action pairs, without an environment, I feel it is not possible for the agent to...

By the way did you follow this format when creating your expert data?{ 'ep_rets': np.array with shape (1500,), 'obs': np.array with shape (1500, T, O), 'rews': np.array with shape (1500,...

Yeah I am using my own dataset in the similar fashion as RaFD with the given Test StarGAN on custom datasets code. I setup my training data files as per...

I used this one to generate new images: python main.py --mode test --dataset RaFD --image_size 128 \ --c_dim 6 --rafd_image_dir data/RaFD/test \ --sample_dir stargan_rafd/samples --log_dir stargan_rafd/logs \ --model_save_dir stargan_rafd/models --result_dir...

RuntimeError: Found 0 files in subfolders of: data/RaFD/test Supported extensions are: .jpg,.jpeg,.png,.ppm,.bmp,.pgm,.tif,.tiff,.webp But actually I put my un-grouped .jpg image (for generation) in that path. The fact that it was...

Sure but my testing images only have one single instance of portrayal/expression for each person, since my objective is to generate multiple expressions for each person. So how should I...