Costa Huang

Results 256 comments of Costa Huang

And it kind of works with gym-microrts now!! :D ```python import gym import gym_microrts import time import numpy as np from gym.wrappers import Monitor from gym_microrts import microrts_ai import matplotlib.pyplot...

Thanks so much for helping to debug this. What do you mean by "clearing the figure". Do you mean `plt.clf()`? So the following does not work ``` plt.plot([0,1]) createAndShowGUI() ```...

``` import matplotlib.pyplot as plt plt.plot([1,2]) createAndShowGUI() # Make sure that X11 is reachable # Create a figure and proceed plt.show(block=False) # Close the figure plt.close() ``` does not work

> Have you tried the simple experiment of writing the application in pure Java and testing using the same java that is being launched from JPype. Perhaps we can isolate...

@ap-- Thanks so much for chiming in. By using `%gui osx` in jupyter, I can indeed get it work with the hello world example ![image](https://user-images.githubusercontent.com/5555347/101539201-22eada80-396c-11eb-9be7-86cf945ff59a.png) However, still causing issue for...

@sdvillal does not seem to work ![image](https://user-images.githubusercontent.com/5555347/101578588-e341e400-39a7-11eb-80e4-92451051e5be.png)

Also see https://cloud.google.com/blog/products/compute/new-batch-service-processes-batch-jobs-on-google-cloud. GCP equivalent of AWS Batch recently announced.

Thanks for reporting the issue. I will keep the issue open and work on this when I have more bandwidth.

Thank you for raising this issue! So sorry it took more than a month to get back to you. Recently it has just been really busy. This all makes sense...

Thank you @nkm8 for the contribution. To be honest, I am getting rusted with my own code and also just currently don't have the bandwidth to review. Will find a...