gym-starcraft icon indicating copy to clipboard operation
gym-starcraft copied to clipboard

Restart protocol not working

Open JIElite opened this issue 6 years ago • 0 comments

Environment:

  • BWAPI: 4.1.2
  • Torchcraft 1.0.2

I use SingleBattleEnv as my environment, and hard code env._reset() when it reach max_steps. like:

if steps >  max_steps:
    env._reset()

But, the restart protocol doesn't work! The game still running.

JIElite avatar Oct 10 '17 15:10 JIElite