StarCraft II - pysc2 Deep Reinforcement Learning Examples
758
stars
355
forks
source link
File "train_mineral_shards.py", line 130, in main act.save("mineral_shards.pkl") AttributeError: 'tuple' object has no attribute 'save' #10
Open
hechenghai opened 6 years ago
I believe the tuple is meant to be stored separately,
and then saved separately,
Or allow the callback to handle it,