jarlva

Results 26 comments of jarlva

I applied @vuzzlevuzz's patch but it still takes over 10 seconds to "vagrant ssh" to a ubuntu vm from CMD (not PowerShell). Running version 2.2.14 on latest Windows 10 with...

Another (general) optimization suggestion for numpy operations would be using numba or pytorch tensors.

Pardon, it was a general suggestion, not related specifically to this issue.

Thanks, I will look into it.

I already tried a simple test: inserting tensorflow in front the imports (`from keras.XX` to `from tensorflow.keras.XX`) but wishful thinking. I got esoteric API errors which I'm not familiar with,...

@alex-petrenko, can you please let us know if the new version work on windows too?

@alex-petrenko, just wondering if would make sense to consider muzero as part of the new major revision?

As is, AI models are by nature a "black box". Meaning - we don't know how the model's logic work and which of the features we gave it are actually...

I understand. Hopefully, the recent Apple Mac GPU/ML silicon update will encourage the PyTorch community to start supporting it. If they do I anticipate similar performance to the above.

P.S. any plans to implement MuZero?