Thomas Kipf

Results 202 comments of Thomas Kipf

Thanks a lot for the kind words! I found two ipynb files that I still had lying around that contain the visualization scripts. It's a bit messy and some of...

Thanks for the PR. Does the `max_episode_steps` issue also affect OpenAI Gym version 0.12.0 (i.e., the version we use in this repository) or only later versions? I was also wondering...

Thanks for the explanation! I'll leave this PR open in case someone would want to use the code base with more recent versions of `gym` and `scikit-image`

Please make sure that you use TensorFlow 0.11 or Theano as a keras backend On Wed 15. May 2019 at 14:54 Andy Swift wrote: > I have installed the environment,...

I have not experienced this myself with this code release, have you maybe made some changes to the implementation? Maybe it is also worth trying this PyTorch implementation: https://docs.dgl.ai/tutorials/models/1_gnn/4_rgcn.html

Yes, this is unfortunately not possible in Keras without significantly rewriting core parts of the framework, due to some internal limitations in how keras handles tensor shapes. I would recommend...

Thanks, I agree that updating the code base to work with the new keras API would be great. I am happy to accept pull requests on this, if you’d like...

Thanks for sharing this! I’m sure this will be helpful for people who might stumble on this thread. On Mon 17. Sep 2018 at 16:40 Xander Wilcke wrote: > I...

Python 2.7 should work On Sun 19. Jan 2020 at 23:20 Andrea Cortis wrote: > I second this question: > > I tried with py3.6 and 3.8, same issues with...