UFRN-URNAI / urnai-tools

A modular Deep Reinforcement Learning library that supports multiple environments, made with Python 3.6.
Apache License 2.0
5 stars 8 forks source link

Implementing a bot for sc2 collectables minigame #102

Open RickFqt opened 1 month ago

RickFqt commented 1 month ago

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

TODO list:

CinquilCinquil commented 1 month ago

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.