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

Implementing a bot for sc2 collectables minigame #102

Draft
wants to merge 9 commits into
base: v2
Choose a base branch
from

Conversation

RickFqt
Copy link

@RickFqt RickFqt commented Aug 12, 2024

When this PR is complete, it should implement a bot that can be trained and used to solve the starcraft2 collectables minigame.

TODO list:

  • Fix linter checks
  • Implement the persistance class
  • Fix the method choose_action from agent_base and model_base
  • Fix existing tests

RickFqt and others added 4 commits August 12, 2024 11:08
@CinquilCinquil
Copy link

CinquilCinquil commented Aug 12, 2024

I had to adapt the Persistence class a little bit for this issue, and i think the Persistence class in v2 should also suffer these changes. Basically, it now receives a object_to_save and stores/loads the data onto it instead of using the class itself like before.

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.

2 participants