ELF
ELF copied to clipboard
How to initialize miniRTS environment in wrapper
Sorry to bother you :smiley:
- I read docs about wrapper, what should I write for
[game_env]
and[your game params]
inGC = [game_env].GameContext([your game params])
if I want to initialize a miniRTS game? - It seems that there are no introduction of actions (what action can I choose to setting
reply_batch
) in miniRTS training yet :D. I find there are 9 commands at the end of the paper, should I use it by one-hot list or a specific dic?
Sorry for late reply.
Did you solve your problem?