davidADSP / SIMPLE

Selfplay In MultiPlayer Environments
GNU General Public License v3.0
308 stars 105 forks source link

Training Flamme Rouge model for 5 players stops #24

Open celfcelfcelfcelf opened 2 years ago

celfcelfcelfcelf commented 2 years ago

When I try to train my frouge model after setting the number of players to 5, it can start the training. However, when it starts optimizing... , it just stops the traing and go to the command prompt. Any ideas on how this can be fixed would be a great help for me. THX

celfcelfcelfcelf commented 2 years ago

It seems like the issue is that the base model is trained in another space (probably observation space) and therefore it cannot be updated. Is there any way to re-create the base model?

HUNTINGHOUND commented 2 years ago

Hi, I'm having the same issue, did you figure out how to fix it?

HUNTINGHOUND commented 2 years ago

My problems occurs when there are multiple _model files. After I delete once one of the _model file it continues to train fine.

celfcelfcelfcelf commented 2 years ago

Thanks, but unfortunately that does not help me. I suppose you mean the base.zip files that are created in the models folder?

celfcelfcelfcelf commented 2 years ago

It seems like it has a general problem of stopping the training after 1 iteration, whenever I try to expand the observation space.