Aurélien Geron
Aurélien Geron
Hi @KirkDCO , That's really nice of you, thanks a lot! 🙏 I'd be very happy to include your solution in that notebook. Could you please submit a PR? Please...
Hi @lebaste77 , thanks for your suggestion, and for uploading this model, it's a great idea. I'll see what I can do.
Hi @nutte2 , Thanks a lot for your very useful feedback, and I'm sincerely sorry about the issues you ran into, I don't use Windows so unfortunately I could not...
Thanks for your thorough answer, it's really interesting and hopefully will help other readers. Regarding OpenAI Gym, the main problem was getting the Atari dependencies to work on Windows, but...
I recently tested the whole installation process on Windows, it's wasn't too bad: download and install git and Miniconda (or Anaconda if you prefer), then clone this repository, `cd` to...
Hi @Praful932 , Thanks for your question. Yes, exactly, you've got it: the dataset is parsed batch per batch, and each batch is padded with zeros up to the length...
Hi @kosi-so , Thanks for your feedback. That's odd, I just ran the same code and it worked fine for me: In the error message you sent, it says that...
Ah, that's unfortunate. Perhaps it's because you need to update the root SSL certificates on your machine. It depends on your installation, but you could try updating the certifi package...
Hi @zhupipia, I just tried running your code in Colab, and it worked just fine. What environment are you running this code in? What do you mean by "nothing happened"?...
Thanks for the update, @zhupipia . I recommend you go through the code examples using Colab, as it does not require any installation on your own system, you get access...