Aayam

Results 3 comments of Aayam

Can someone please point out where to map these folders? flowers_images_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/' flowers_embedding_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/flowers_icml/' flowers_text_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/cvpr2016_flowers/text_c10/' flowers_dataset_path: '/scratch/aelnouby/text2image/flowers.hdf5' flowers_val_split_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/flowers_icml/valclasses.txt' flowers_train_split_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/flowers_icml/trainclasses.txt' flowers_test_split_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/flowers_icml/testclasses.txt' I have downloaded the cvpr2016_flowers dataset...

Hi Jack, I figured out the same thing. I think this issue can be fixed by adding these lines in the reset. player.env.task.gym.simulate(player.env.task.sim) player.env.task.gym.fetch_results(player.env.task.sim, True) This way we are always...

It is working as expected in my understanding. The maze2d domain is designed such that the ball is "supposed to" stick around the end region. That means the episode does...