Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple upgrades + web render_mode #40

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

zorgluf
Copy link
Contributor

@zorgluf zorgluf commented Mar 28, 2024

Hi,
This is not really a pull request, more to show some changes I have made on my side and might be nice to share. Let me explain.
My initial goal was to introduce a web render gui for frouge game. I wished to use nicegui lib, but the python version on docker was too old. Tried to updgrade, but need also to upgrade stable diffusion, tensorflow, and so on with breaking changes every
where... So one thing to an other :

  • upgraded python
  • upgraded to stable baseline 3
  • moving from tensorflow to pytorch
  • using maskedPPO instead of custom masking in tensorflow that I didn't manage to reproduce with pytorch
  • upgraded gym env
  • added support to GPU, but removing MPI
  • and finally enabling web rendering
    Quite a lot of breaking changes (only frouge works now)... not sure if you will be interested by part of this work. But if your are interested, I can work for more granular commit.
    Anyway, great great project you have, I had a lot of fun tuning models and playing games...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant