Shentao YANG
Shentao YANG
Hi, Thanks for this repo! The following code from the `aae.py` file line 197 - 199 confuse me a bit. ``` real_loss = adversarial_loss(discriminator(z), valid) fake_loss = adversarial_loss(discriminator(encoded_imgs.detach()), fake) d_loss...
Hi, Thanks for releasing such an great package! I am a Ph.D. student working on offline RL and would like to use your datasets for my research project. When comparing...
Dear author, Thanks for providing this excellent package! When I try to run this package on my linux server, I encourage the following error > tensorflow.python.framework.errors_impl.NotFoundError: /home/.local/lib/python3.8/site-packages/tensorflow/core/kernels/libtfkernel_sobol_op.so: undefined symbol: _ZN10tensorflow14kerne...
Hi, Great thanks for providing this fantastic repo! I have two questions about the evaluations: 1. How many random seeds did you use to get the main evaluation results on...
Dear author, Thanks for providing this package. After reading the `readme` I am still fuzzy about how to train and evaluate the algorithm. Could you please provide (a set of)...