inoryy / reaver

Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
MIT License
554 stars 89 forks source link

I train under the ubuntu #33

Closed songwaimai closed 5 years ago

songwaimai commented 5 years ago

Dear Inorry, Thanks your sharing, I can learn a lot. Now I have trained four minigames and they are consistent with your results. But the other three minigames can not run. the error is id 1/id 17 unknown. I use gtx1080 ti , ubuntu16.04. I wonder if it has something to do with it?

inoryy commented 5 years ago

It's definitely not related to your GPU or OS. Did you install pysc2 from master branch?

songwaimai commented 5 years ago

yes,I install pysc2 from master branch. When I run the program using map of FindAndDefeatZerglings, ValueError: Unknown ability_id: 1, type: cmd_quick. Likely a bug. When i run the program using map of CollectMineralsAndGas and BuildMarines, ValueError: Unknown ability_id: 17, type: cmd_quick. Likely a bug.

inoryy commented 5 years ago

What SC2 version do you use?

songwaimai commented 5 years ago

SC2 version is 3.16.1,maybe this reason?

inoryy commented 5 years ago

Yes, Reaver requires SC2 version 4.1+.

songwaimai commented 5 years ago

Thank u very much!