oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.07k stars 226 forks source link

Linux Sc2 process uses GPU memory #6

Closed PaLeroy closed 2 years ago

PaLeroy commented 5 years ago

Hello,

First i'd like to thank you for these repos (along with pymarl)!

My problem is similar to the one here: https://github.com/deepmind/pysc2/issues/235

So, when using smac, each linux sc2 process takes memory of the GPU but this is not the case when using pysc2. Did I miss something??

When running: python -m smac.examples.random_agents, i got this output:

smac_output

And here is the gpu:

gpu_smac

But when i'm running python -m pysc2.bin.agent --map Simple64, i got no memory consumption:

pysc2_output gpu_pysc2

PaLeroy commented 2 years ago

Solved in pysc2